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

commit 81068f178457db48f3e417e709d3dcf54268e23f
Author: Nils Gillmann <[email protected]>
Date:   Sun Apr 17 11:49:16 2016 +0200

    gnu: libgcrypt: Update to 1.7.0.
    
    * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.0.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/gnupg.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index c3b859b..18ed6f9 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2015 Paul van der Walt <[email protected]>
 ;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Christopher Allan Webber <[email protected]>
+;;; Copyright © 2016 Nils Gillmann <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -70,14 +71,14 @@ Daemon and possibly more in the future.")
 (define-public libgcrypt
   (package
     (name "libgcrypt")
-    (version "1.6.5")
+    (version "1.7.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0959mwfzsxhallxdqlw359xg180ll2skxwyy35qawmfl89cbr7pl"))))
+               "14pspxwrqcgfklw3dgmywbxqwdzcym7fznfrqh9rk4vl8jkpxrmh"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error-host" ,libgpg-error)))

Reply via email to