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.1.


From: Mark H. Weaver
Subject: 01/01: gnu: p11-kit: Update to 0.23.1.
Date: Mon, 13 Apr 2015 02:51:34 +0000

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

commit 14fe9488f487e63f965b7ba103a95a38ba236569
Author: Mark H Weaver <address@hidden>
Date:   Sun Apr 12 22:50:51 2015 -0400

    gnu: p11-kit: Update to 0.23.1.
    
    * gnu/packages/gnutls.scm (p11-kit): Update to 0.23.1.
---
 gnu/packages/gnutls.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm
index 8e8dc40..17cd458 100644
--- a/gnu/packages/gnutls.scm
+++ b/gnu/packages/gnutls.scm
@@ -66,7 +66,7 @@ specifications.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.22.1")
+    (version "0.23.1")
     (source
      (origin
       (method url-fetch)
@@ -74,7 +74,7 @@ specifications.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "0p4sadq2c70jdm7b5a5xw8mk2mqy36krpxr3ihnf783arygk6fpg"))
+        "1i3a1wdpagm0p3y1bwaz5x5rjhcpqbcrnhkcp10p259vkxk72wz5"))
       (modules '((guix build utils))) ; for substitute*
       (snippet
         '(begin



reply via email to

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