Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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