guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: p11-kit: Update to 0.23.13.


From: Marius Bakke
Subject: 02/02: gnu: p11-kit: Update to 0.23.13.
Date: Fri, 10 Aug 2018 16:09:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 67d7c55cffa2cd89989a7eac73ba9f7d987966aa
Author: Marius Bakke <address@hidden>
Date:   Fri Aug 10 21:44:46 2018 +0200

    gnu: p11-kit: Update to 0.23.13.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.13.
---
 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 bf46476..73d4b02 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.12")
+    (version "0.23.13")
     (source
      (origin
       (method url-fetch)
@@ -128,7 +128,7 @@ in intelligent transportation networks.")
                           "download/" version "/p11-kit-" version ".tar.gz"))
       (sha256
        (base32
-        "00ylbx2gxrm9bv6w4y3qf8z30vpdkqaa8z1y22hy27fv34py5fjq"))))
+        "1w92k6p4bhg8p24igfb6ifc6vixr2zdjh3x6gjhsphy778z40rda"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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