gnu: gpgme: Update to 1.9.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
This commit is contained in:
Leo Famulari 2017-04-14 11:16:46 -04:00
parent 2f64f4444a
commit 8439c9c05e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -370,7 +370,7 @@ (define-public gnupg-1
(define-public gpgme
(package
(name "gpgme")
(version "1.8.0")
(version "1.9.0")
(source
(origin
(method url-fetch)
@ -378,7 +378,7 @@ (define-public gpgme
".tar.bz2"))
(sha256
(base32
"0csx3qnycwm0n90ql6gs65if5xi4gqyzzy21fxs2xqicghjrfq2r"))))
"1ssc0gs02r4fasabk7c6v6r865k2j02mpb5g1vkpbmzsigdzwa8v"))))
(build-system gnu-build-system)
(propagated-inputs
;; Needs to be propagated because gpgme.h includes gpg-error.h.