guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libgcrypt: Update to 1.7.4.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: libgcrypt: Update to 1.7.4.
Date: Tue, 13 Dec 2016 02:47:19 +0000 (UTC)

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

commit c82fd97e0bb388f7228a06ac05d247209227a1e6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 12 12:58:24 2016 +0100

    gnu: libgcrypt: Update to 1.7.4.
    
    * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.4.
---
 gnu/packages/gnupg.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index b0e5953..418dea2 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -78,14 +78,14 @@ Daemon and possibly more in the future.")
 (define-public libgcrypt
   (package
     (name "libgcrypt")
-    (version "1.7.3")
+    (version "1.7.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0wbh6fq5zi9wg2xcfvfpwh7dv52jihivx1vm4h91c2kx0w8n3b6x"))))
+               "1ip50gpw18ckgyjwdn6ivjps6n1asm44pk739iff44a75wp8crrv"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error-host" ,libgpg-error)))



reply via email to

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