gnu: gnupg: Update to 2.2.14.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.14.
master
Marius Bakke 2019-03-21 18:44:38 +01:00
parent b4d77cfa70
commit 7ac8d96d77
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
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.13")
(version "2.2.14")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"1n0igfn9nwdajzkcgdx7apwm9m5rpw0fg6vwskmf1rpranlqgivn"))))
"0yzqrg24j9fc4f8ss5pclyvg70a9z53sv89vl77xii8yvi3fvy8v"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))