gnu: gpgme: Update to 1.12.0.
* gnu/packages/gnupg.scm (gpgme): Update to 1.12.0.
This commit is contained in:
parent
1d7b8a2452
commit
776248419f
|
@ -369,7 +369,7 @@ libskba (working with X.509 certificates and CMS data).")
|
||||||
(define-public gpgme
|
(define-public gpgme
|
||||||
(package
|
(package
|
||||||
(name "gpgme")
|
(name "gpgme")
|
||||||
(version "1.11.1")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -377,7 +377,7 @@ libskba (working with X.509 certificates and CMS data).")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vxx5xaag3rhp4g2arp5qm77gvz4kj0m3hnpvhkdvqyjfhbi26rd"))
|
"1n4c1q2ls7sqx1vpr3p5n8vbjkw6kqp8jxqa28p0x9j36wf9bp5l"))
|
||||||
;; One test fails because the conflict keys have expired. See
|
;; One test fails because the conflict keys have expired. See
|
||||||
;; https://dev.gnupg.org/T3815
|
;; https://dev.gnupg.org/T3815
|
||||||
(patches (list (origin
|
(patches (list (origin
|
||||||
|
|
Loading…
Reference in New Issue