gnu: GnuPG: Update to 2.2.10.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.10.
This commit is contained in:
Marius Bakke 2018-08-30 18:20:16 +02:00
parent e50c727878
commit 4c13cb36f8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
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.9") (version "2.2.10")
(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
"0r11mx8nkh7ysrnshs560amha5csx8zcaggb5kxcksx1zymyly32")))) "05f9804g72pffdxgvxjmjzkfcpjg1x221g9rwcr8fi51hrxd77br"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))