guix-devel
[Top][All Lists]
Advanced

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

[PATCH 10/12] gnu: gpgme: Update to 1.5.5.


From: Paul van der Walt
Subject: [PATCH 10/12] gnu: gpgme: Update to 1.5.5.
Date: Thu, 9 Jul 2015 14:23:56 +0200

* gnu/packages/gnupg.scm (gpgme): Update to 1.5.5.
---
 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 fdeeb99..85e5d7f 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.
-- 
2.4.5




reply via email to

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