guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: p11-kit: Update to 0.23.2.


From: Leo Famulari
Subject: 01/01: gnu: p11-kit: Update to 0.23.2.
Date: Sun, 14 Aug 2016 19:36:17 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 2b11b9ab428cd8c1a20c53841761a33d74226014
Author: Leo Famulari <address@hidden>
Date:   Sun Aug 14 15:35:52 2016 -0400

    gnu: p11-kit: Update to 0.23.2.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.2.
---
 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 a102996..b6d8e4e 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -71,7 +71,7 @@ specifications.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.23.1")
+    (version "0.23.2")
     (source
      (origin
       (method url-fetch)
@@ -79,7 +79,7 @@ specifications.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1i3a1wdpagm0p3y1bwaz5x5rjhcpqbcrnhkcp10p259vkxk72wz5"))
+        "1w7szm190phlkg7qx05ychlj2dbvkgkhx9gw6dx4d5rw62l6wwms"))
       (modules '((guix build utils))) ; for substitute*
       (snippet
         '(begin



reply via email to

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