guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libgcrypt: Update to 1.7.6.


From: Leo Famulari
Subject: 01/01: gnu: libgcrypt: Update to 1.7.6.
Date: Tue, 24 Jan 2017 21:06:11 +0000 (UTC)

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

commit a639525256aac5202f2e11c461cda39c126a38f6
Author: Leo Famulari <address@hidden>
Date:   Tue Jan 24 16:05:30 2017 -0500

    gnu: libgcrypt: Update to 1.7.6.
    
    * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.6.
---
 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 051b55f..b0e0c26 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -82,14 +82,14 @@ Daemon and possibly more in the future.")
 (define-public libgcrypt
   (package
     (name "libgcrypt")
-    (version "1.7.5")
+    (version "1.7.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0078pbzm6nlgvnwlylshsg707ifcmfpnpbvhlhqbpwpfic9a9zni"))))
+               "1g05prhgqw4ryd0w433q8nhds0h93kf47hfjagi2r7dghkpaysk2"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error-host" ,libgpg-error)))



reply via email to

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