Skip to content
Snippets Groups Projects
Unverified Commit 8439c9c0 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: gpgme: Update to 1.9.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
parent 2f64f444
No related branches found
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ (define-public gnupg-1 ...@@ -370,7 +370,7 @@ (define-public gnupg-1
(define-public gpgme (define-public gpgme
(package (package
(name "gpgme") (name "gpgme")
(version "1.8.0") (version "1.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -378,7 +378,7 @@ (define-public gpgme ...@@ -378,7 +378,7 @@ (define-public gpgme
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0csx3qnycwm0n90ql6gs65if5xi4gqyzzy21fxs2xqicghjrfq2r")))) "1ssc0gs02r4fasabk7c6v6r865k2j02mpb5g1vkpbmzsigdzwa8v"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
;; Needs to be propagated because gpgme.h includes gpg-error.h. ;; Needs to be propagated because gpgme.h includes gpg-error.h.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment