me
/
guix
Archived
1
0
Fork 0

gnu: gnupg: Update to 2.2.21.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.21.
master
Tobias Geerinckx-Rice 2020-07-09 13:56:58 +02:00
parent ee392379a1
commit 695c8fc11a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
(version "2.2.20")
(version "2.2.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@ -262,7 +262,7 @@ compatible to GNU Pth.")
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
(base32
"0c6a4v9p6qzhsw1pfcwc459bxpc8hma0w9z8iqb9khvligack9q4"))))
"1v3nirp9m7yxjkkcdixibckl379pdyr3mdx8b1k379szzdw35s31"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))