gnu: gnupg: Update to 2.2.6.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.6.
This commit is contained in:
Efraim Flashner 2018-04-12 12:03:33 +03:00
parent b061e76ef4
commit b79cb9d760
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -215,14 +215,14 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
(version "2.2.5")
(version "2.2.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"0mzgibq4dpxh3i9anmwg12xdjry28y83icafhx3j3djg5niqk89z"))))
"110rf476l3cgn52gh9ia5y0y06y2ialq9dqc12jkhnfhl9gqqkg6"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))