guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: p11-kit: Update to 0.23.14.


From: Marius Bakke
Subject: 02/07: gnu: p11-kit: Update to 0.23.14.
Date: Thu, 30 Aug 2018 12:46:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 99088aa7514d462374b8deac8d78015cf8d78c12
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 30 17:53:16 2018 +0200

    gnu: p11-kit: Update to 0.23.14.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.14.
---
 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 28d2ea5..e42b6df 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -120,7 +120,7 @@ in intelligent transportation networks.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.23.13")
+    (version "0.23.14")
     (source
      (origin
       (method url-fetch)
@@ -128,7 +128,7 @@ in intelligent transportation networks.")
                           "download/" version "/p11-kit-" version ".tar.gz"))
       (sha256
        (base32
-        "1w92k6p4bhg8p24igfb6ifc6vixr2zdjh3x6gjhsphy778z40rda"))))
+        "0w0dkq9388grbbn4bv2p55vy1j51f7nd9hzlc9gz4fbm4dnzmf8w"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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