guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gpgme: Update to 1.5.3.


From: Andreas Enge
Subject: 01/02: gnu: gpgme: Update to 1.5.3.
Date: Sun, 15 Feb 2015 18:54:54 +0000

andreas pushed a commit to branch core-updates
in repository guix.

commit 456cf627cd649552a41f26d179e2758c1d084b4b
Author: Andreas Enge <address@hidden>
Date:   Sun Feb 15 19:49:10 2015 +0100

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

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index cbca9ca..e2a91bb 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -231,7 +231,7 @@ libskba (working with X.509 certificates and CMS data).")
 (define-public gpgme
   (package
     (name "gpgme")
-    (version "1.5.1")
+    (version "1.5.3")
     (source
      (origin
       (method url-fetch)
@@ -239,7 +239,7 @@ libskba (working with X.509 certificates and CMS data).")
                           ".tar.bz2"))
       (sha256
        (base32
-        "1qqi9bxwxxsc4r15j7drclgp0w8jk9nj3h2fsivk4c7brvw3lbvc"))))
+        "1jgwmra6cf0i5x2prj92w77vl7hmj276qmmll3lwysbyn32l1c0d"))))
     (build-system gnu-build-system)
     (propagated-inputs
      ;; Needs to be propagated because gpgme.h includes gpg-error.h.



reply via email to

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