me
/
guix
Archived
1
0
Fork 0

gnu: gnupg: Update to 2.1.22.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.22.
master
Marius Bakke 2017-07-29 14:32:59 +02:00
parent a9085f0c5c
commit 8f82110492
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -228,14 +228,14 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
(version "2.1.21")
(version "2.1.22")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"1p97limv29p01y79mgnzpwixa50lv53wgdl3ymk9idkmpaldisks"))))
"1msazgy1q1pp7y2xr46z0il4pfzmzgzkp7v0hv5cz4hvkspnywa6"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))