guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: gpgme: Update to 1.12.0.


From: guix-commits
Subject: 09/09: gnu: gpgme: Update to 1.12.0.
Date: Fri, 25 Jan 2019 09:18:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 776248419fe521afe9c6dd4b2fac6fc4b8b18e9b
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 15:17:26 2019 +0100

    gnu: gpgme: Update to 1.12.0.
    
    * gnu/packages/gnupg.scm (gpgme): Update to 1.12.0.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 43b74ce..2b3ee89 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]