guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: gnupg: Update to 2.2.30.


From: guix-commits
Subject: branch staging updated: gnu: gnupg: Update to 2.2.30.
Date: Fri, 27 Aug 2021 13:38:24 -0400

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

nckx pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 9c68ecb  gnu: gnupg: Update to 2.2.30.
9c68ecb is described below

commit 9c68ecb24dd1660ce736cdcdea0422a73ec318a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Aug 27 18:22:33 2021 +0200

    gnu: gnupg: Update to 2.2.30.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.30.
---
 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 92ea43e..402d13a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -257,7 +257,7 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.29")
+    (version "2.2.30")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -265,7 +265,7 @@ compatible to GNU Pth.")
               (patches (search-patches "gnupg-default-pinentry.patch"))
               (sha256
                (base32
-                "1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r"))))
+                "1111ry31gaxv76miqsy6l0kwxwlx8sz0jk41jhyrjwx649p6sqyc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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