3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gnupg: Update to 2.2.22.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.22.
This commit is contained in:
Efraim Flashner 2020-08-28 14:11:33 +03:00
parent d81b89bf02
commit 19fd7dc3a6
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -254,7 +254,7 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
(version "2.2.20")
(version "2.2.22")
(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"))))
"0nw5iprr3mq3b2nsp4dvqwp0dailvswmgyz0qkcbj40rbrb704vw"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))