me
/
guix
Archived
1
0
Fork 0

gnu: gnupg: Update to 2.2.37.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.37.
master
Marius Bakke 2022-08-29 13:11:01 +02:00
parent 25eed3c5a2
commit f958d8f062
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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))