gnu: gnupg: Update to 2.2.2.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.2.
This commit is contained in:
Efraim Flashner 2017-11-07 17:09:52 +02:00
parent 2f17187ff3
commit 174807b9a4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -224,14 +224,14 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
(version "2.2.1")
(version "2.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"1yv2pwf3vhv9dpbf51fnm0wy03va1cg5r7qaz7rg75cwbgb0rmrl"))))
"15w1q0bib742jqnir67bk07mc6ph9yik8wbc5i1bkcyf29s2rdmz"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))