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

commit 751be9a056114d353bac12510bea33e8d5577f49
Author: Mark H Weaver <[email protected]>
Date:   Sun Mar 1 18:52:02 2015 -0500

    gnu: libgcrypt: Update to 1.6.3.
    
    * gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.3.
---
 gnu/packages/gnupg.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 584b1c6..63756a7 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2013, 2015 Andreas Enge <[email protected]>
 ;;; Copyright © 2014 Eric Bavier <[email protected]>
-;;; Copyright © 2014 Mark H Weaver <[email protected]>
+;;; Copyright © 2014, 2015 Mark H Weaver <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -61,14 +61,14 @@ Daemon and possibly more in the future.")
 (define-public libgcrypt
   (package
     (name "libgcrypt")
-    (version "1.6.2")
+    (version "1.6.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0k2wi34qhp5hq71w1ab3kw1gfsx7xff79bvynqkxp35kls94826y"))))
+               "0pq2nwfqgggrsh8rk84659d80vfnlkbphwqjwahccd5fjdxr3d21"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error-host" ,libgpg-error)))

Reply via email to