me
/
guix
Archived
1
0
Fork 0

gnupg: Update to 2.2.18.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.18.
master
Efraim Flashner 2019-11-26 17:38:33 +02:00
parent ba40e1fe06
commit bfa157906e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -247,14 +247,14 @@ compatible to GNU Pth.")
(define-public gnupg (define-public gnupg
(package (package
(name "gnupg") (name "gnupg")
(version "2.2.17") (version "2.2.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"056mgy09lvsi03531a437qj58la1j2x1y1scvfi53diris3658mg")))) "02pcdmb9p4a8hil88gyd86mnc85jldss3cl02jvbkcjmrbi7rlrh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))