diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-16 19:28:07 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-16 22:41:22 +0200 |
commit | e9aebdd23b3bbb3eee6cc0b57bda4dc1156d1a48 (patch) | |
tree | 7cb0d9141733adf72de8c8361d4f3f013d3b7229 /gnu/packages/gnupg.scm | |
parent | 933e34f25c02deda210275a198a1c2e85702c4ea (diff) | |
download | guix-e9aebdd23b3bbb3eee6cc0b57bda4dc1156d1a48.tar.gz |
gnu: GnuPG: Update to 2.2.39.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.39.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-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 6d40b204ce..e04c4671b4 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -292,7 +292,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.37") + (version "2.2.39") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version @@ -300,7 +300,7 @@ compatible to GNU Pth.") (patches (search-patches "gnupg-default-pinentry.patch")) (sha256 (base32 - "0wd8mhb3sp1bjf0pabk1cil2hrd7cgdi0b0ccrc0d2919a5r5y4m")))) + "0bscgv9gg9yhlpyia7b9l438cq6dvv6pwlhbl70df9phhmkdnx5b")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) |