guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: gpgme: Update to 1.5.5.


From: Paul
Subject: 09/12: gnu: gpgme: Update to 1.5.5.
Date: Thu, 09 Jul 2015 16:46:54 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit a0e984c33f6d39fa36b6e33f33821602ca431255
Author: Paul van der Walt <address@hidden>
Date:   Thu Jul 9 13:59:03 2015 +0200

    gnu: gpgme: Update to 1.5.5.
    
    * gnu/packages/gnupg.scm (gpgme): Update to 1.5.5.
---
 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 478528b..658fa20 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -293,7 +293,7 @@ libskba (working with X.509 certificates and CMS data).")
 (define-public gpgme
   (package
     (name "gpgme")
-    (version "1.5.4")
+    (version "1.5.5")
     (source
      (origin
       (method url-fetch)
@@ -301,7 +301,7 @@ libskba (working with X.509 certificates and CMS data).")
                           ".tar.bz2"))
       (sha256
        (base32
-        "0v7azxazsfakvhrxzj5ysvcxma0892c89d27c17fkj8mi3nc0f5v"))))
+        "01y28fkq52wwf4p470wscaxd2vgzl615irmafx3mj3380x8ksg8b"))))
     (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]