guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.
commit 7ad7b20f9a92bcfc9d814c37cf33c9c574643a58
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri May 29 11:22:45 2026 +0200
gnu: gnupg: Update to 2.5.20.
* gnu/packages/gnupg.scm (gnupg): Update to 2.5.20.
Change-Id: I138b67a5bedfe76f133c1ffb010ffe3503c838e0
---
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 b34abf35c4..1443b63328 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -340,7 +340,7 @@ compatible to GNU Pth.")
;; Note: Odd minor versions are usually for development purposes. See
;; <https://gnupg.org/download/index.html> for how to pick the right
;; version.
- (version "2.4.8")
+ (version "2.5.20")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -348,7 +348,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
- "05l666aha1nxpiiras446zmkhcgqnp33y74wyhzj9lq4kgbq135m"))))
+ "1ipzi64i748hjmjvv2a5dh9i9hjldlsnrgls6yd42263k5p2cqb4"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))