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.5.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.5.
This commit is contained in:
Leo Famulari 2018-02-22 14:30:36 -05:00
parent b4cb9308f7
commit cfcc0f3c63
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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