summaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-25 15:17:26 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-25 15:17:47 +0100
commit776248419fe521afe9c6dd4b2fac6fc4b8b18e9b (patch)
tree1e3911417784429737dfe223638a92e3a6ea3f13 /gnu/packages/gnupg.scm
parent1d7b8a2452c11747663821e541b62d60f0b327d8 (diff)
downloadguix-patches-776248419fe521afe9c6dd4b2fac6fc4b8b18e9b.tar
guix-patches-776248419fe521afe9c6dd4b2fac6fc4b8b18e9b.tar.gz
gnu: gpgme: Update to 1.12.0.
* gnu/packages/gnupg.scm (gpgme): Update to 1.12.0.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r--gnu/packages/gnupg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 43b74ce769..2b3ee89d35 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -369,7 +369,7 @@ libskba (working with X.509 certificates and CMS data).")
(define-public gpgme
(package
(name "gpgme")
- (version "1.11.1")
+ (version "1.12.0")
(source
(origin
(method url-fetch)
@@ -377,7 +377,7 @@ libskba (working with X.509 certificates and CMS data).")
".tar.bz2"))
(sha256
(base32
- "0vxx5xaag3rhp4g2arp5qm77gvz4kj0m3hnpvhkdvqyjfhbi26rd"))
+ "1n4c1q2ls7sqx1vpr3p5n8vbjkw6kqp8jxqa28p0x9j36wf9bp5l"))
;; One test fails because the conflict keys have expired. See
;; https://dev.gnupg.org/T3815
(patches (list (origin