guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: GnuPG: Update to 2.2.29.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: GnuPG: Update to 2.2.29.
Date: Fri, 20 Aug 2021 14:44:29 -0400

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

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 8d25a14  gnu: GnuPG: Update to 2.2.29.
8d25a14 is described below

commit 8d25a14aace00ee11ee350efa241ea48d0033435
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Aug 20 14:41:40 2021 -0400

    gnu: GnuPG: Update to 2.2.29.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
---
 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 4e7d89b..e7969ef 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -280,7 +280,7 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.27")
+    (version "2.2.29")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -288,7 +288,7 @@ compatible to GNU Pth.")
               (patches (search-patches "gnupg-default-pinentry.patch"))
               (sha256
                (base32
-                "1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril"))))
+                "1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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