guix-commits
[Top][All Lists]
Advanced

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

38/49: gnu: libgcrypt: Update to 1.8.8.


From: guix-commits
Subject: 38/49: gnu: libgcrypt: Update to 1.8.8.
Date: Fri, 23 Jul 2021 11:33:12 -0400 (EDT)

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

commit 39c2b883c0687265893d522c5ad11a24fbcb3e6b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 22 15:45:58 2021 +0200

    gnu: libgcrypt: Update to 1.8.8.
    
    * gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.8.
---
 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 629e837..83e8017 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -154,14 +154,14 @@ Daemon and possibly more in the future.")
 (define-public libgcrypt
   (package
     (name "libgcrypt")
-    (version "1.8.7")
+    (version "1.8.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0j27jxhjay78by940d64778nxwbysxynv5mq6iq1nmlrh810zdq3"))))
+               "1xasrh9zxhgj2n5n8dvpzbwn1mzpmlzy270xhbq2gl8xk2xy4pc9"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error-host" ,libgpg-error)))



reply via email to

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