diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-29 13:11:01 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-30 20:43:03 +0200 |
commit | f958d8f062f4f5fa40a5646a59dcb0d67432ad09 (patch) | |
tree | 3483802fb7143f06c1a5acc5c5d86f326dedbfb4 /gnu/packages/gnupg.scm | |
parent | 25eed3c5a265c7f00b027c796424ea78f5f49af5 (diff) |
gnu: gnupg: Update to 2.2.37.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.37.
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 21bdee57aa..43c6b43a24 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.36") + (version "2.2.37") (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 - "172cma86bsp8k1jn2khpy2gfwqyamhbii0cy7dqakv7w20w7izmx")))) + "0wd8mhb3sp1bjf0pabk1cil2hrd7cgdi0b0ccrc0d2919a5r5y4m")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) |