guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libgcrypt: Update to 1.8.6.


From: guix-commits
Subject: branch core-updates updated: gnu: libgcrypt: Update to 1.8.6.
Date: Wed, 23 Sep 2020 03:24:26 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new ddda703  gnu: libgcrypt: Update to 1.8.6.
ddda703 is described below

commit ddda7038405b9be8828bc9f55780cfff4dcf53e9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 23 09:57:08 2020 +0300

    gnu: libgcrypt: Update to 1.8.6.
    
    * gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.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 c0f827b..4044a9c 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -128,14 +128,14 @@ Daemon and possibly more in the future.")
 (define-public libgcrypt
   (package
     (name "libgcrypt")
-    (version "1.8.5")
+    (version "1.8.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-                "1hvsazms1bfd769q0ngl0r9g5i4m9mpz9jmvvrdzyzk3rfa2ljiv"))))
+               "0xdrsxgqw5v7szshjdgdv60rgpvzzaqic32ahqrzr6bvc402gfhc"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error-host" ,libgpg-error)))



reply via email to

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