gnu: gnupg: Update to 2.2.1.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.1.
This commit is contained in:
Marius Bakke 2017-09-20 16:57:16 +02:00
parent 96bc651800
commit 1c9c81cfda
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -220,14 +220,14 @@ (define-public npth
(define-public gnupg
(package
(name "gnupg")
(version "2.2.0")
(version "2.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"1rj538kp3wsdq7rhl8sy1wpwhlsbxcch0cwk64kgz8gpw05lllfl"))))
"1yv2pwf3vhv9dpbf51fnm0wy03va1cg5r7qaz7rg75cwbgb0rmrl"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))