summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-08-18 14:05:27 +0200
committerAndreas Enge <andreas@enge.fr>2026-08-28 16:40:53 +0200
commit668c8e6b2275084fd9c3f00bcf63f0ca48f4ea6f (patch)
tree881eda9bbd441469d59b2ae0c494f7bc546f2981
parent844e314a0b21ff0d08618d0cf1b1c84daabf7e6d (diff)
gnu: gnupg: Update to 2.5.21.
* gnu/packages/gnupg.scm (gnupg): Update to 2.5.21 and remove outdated comment.
-rw-r--r--gnu/packages/gnupg.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index ebad0636f3b..c4a7edc90f2 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -335,10 +335,7 @@ compatible to GNU Pth.")
335(define-public gnupg 335(define-public gnupg
336 (package 336 (package
337 (name "gnupg") 337 (name "gnupg")
338 ;; Note: Odd minor versions are usually for development purposes. See 338 (version "2.5.21")
339 ;; <https://gnupg.org/download/index.html> for how to pick the right
340 ;; version.
341 (version "2.5.20")
342 (source (origin 339 (source (origin
343 ;; Use tarballs instead of git, see the discussion at 340 ;; Use tarballs instead of git, see the discussion at
344 ;; https://codeberg.org/guix/guix/issues/10622 . 341 ;; https://codeberg.org/guix/guix/issues/10622 .
@@ -348,7 +345,7 @@ compatible to GNU Pth.")
348 (patches (search-patches "gnupg-default-pinentry.patch")) 345 (patches (search-patches "gnupg-default-pinentry.patch"))
349 (sha256 346 (sha256
350 (base32 347 (base32
351 "1ipzi64i748hjmjvv2a5dh9i9hjldlsnrgls6yd42263k5p2cqb4")))) 348 "0lhknfbnbhn2mfz9b5c19n8m2116my06hz7s569nm9j6ma62rbz3"))))
352 (build-system gnu-build-system) 349 (build-system gnu-build-system)
353 (native-inputs 350 (native-inputs
354 (list pkg-config)) 351 (list pkg-config))