diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-08-18 14:05:27 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-24 18:47:07 +0200 |
| commit | 4ad1b1a91829211b526a16dfdc0d501c6bd9d6c0 (patch) | |
| tree | 1f4fdba3c2af24006dd7a37c44d06485d9678f16 | |
| parent | 6902440c12e6f4d625a8461e83535f64a73b45b4 (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.scm | 7 |
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)) |
