guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: p11-kit: Update to 0.23.8.


From: Marius Bakke
Subject: 01/03: gnu: p11-kit: Update to 0.23.8.
Date: Tue, 15 Aug 2017 14:57:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit dca82aefbcd3a64b40a5fd025e4ff092635afed2
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 15 20:38:02 2017 +0200

    gnu: p11-kit: Update to 0.23.8.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.8.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 58ec9ff..bf16c17 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -114,7 +114,7 @@ in intelligent transportation networks.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.23.7")
+    (version "0.23.8")
     (source
      (origin
       (method url-fetch)
@@ -122,7 +122,7 @@ in intelligent transportation networks.")
                           "download/" version "/p11-kit-" version ".tar.gz"))
       (sha256
        (base32
-        "0hdy4h8byvcvd4av504xqfqyd1h6xy914j034mq3c6v4ya37r3lq"))))
+        "0gqk1d09yyin75lvlywpbf3kxlnrcwbq8ridgapvqqjbzvjk98ab"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]