diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-12-29 11:47:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-29 11:47:10 +0100 |
commit | 458b9b649b9425bbd95dac538ea0b428c1c34413 (patch) | |
tree | 6be2843691f4ee73f26b38d826d05024b7c9fc4c | |
parent | 469bac1546da999cd06d6f9a56a1ff7459e9527f (diff) |
gnu: gnupg: Update to 2.5.2.
* gnu/packages/gnupg.scm (gnupg): Update to 2.5.2.
Change-Id: I4fe4e596277b5e48231df9b7a4a2803710bce561
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 26c143d4f5..1ef7817468 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -323,7 +323,7 @@ compatible to GNU Pth.") (name "gnupg") ;; Note: The 2.2.X releases are Long Term Support (LTS), so stick to it ;; for our stable 'gnupg'. - (version "2.2.39") + (version "2.5.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version @@ -331,7 +331,7 @@ compatible to GNU Pth.") (patches (search-patches "gnupg-default-pinentry.patch")) (sha256 (base32 - "0bscgv9gg9yhlpyia7b9l438cq6dvv6pwlhbl70df9phhmkdnx5b")))) + "0aga1zfwyrlxpzq26sl6zwf865797agzbbjzq7nkyjaqdb64qh3z")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) |