guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gpgme: Update to 1.5.4.


From: Andreas Enge
Subject: 01/01: gnu: gpgme: Update to 1.5.4.
Date: Sun, 26 Apr 2015 15:25:28 +0000

andreas pushed a commit to branch master
in repository guix.

commit c514385197fb928f24a86b8f37610ac1938ad306
Author: Andreas Enge <address@hidden>
Date:   Sun Apr 26 17:24:51 2015 +0200

    gnu: gpgme: Update to 1.5.4.
    
    * gnu/packages/gnupg.scm (gpgme): Update to 1.5.4.
---
 gnu/packages/gnupg.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 7a16b41..3b29d1a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -286,7 +286,7 @@ libskba (working with X.509 certificates and CMS data).")
 (define-public gpgme
   (package
     (name "gpgme")
-    (version "1.5.3")
+    (version "1.5.4")
     (source
      (origin
       (method url-fetch)
@@ -294,7 +294,7 @@ libskba (working with X.509 certificates and CMS data).")
                           ".tar.bz2"))
       (sha256
        (base32
-        "1jgwmra6cf0i5x2prj92w77vl7hmj276qmmll3lwysbyn32l1c0d"))))
+        "0v7azxazsfakvhrxzj5ysvcxma0892c89d27c17fkj8mi3nc0f5v"))))
     (build-system gnu-build-system)
     (propagated-inputs
      ;; Needs to be propagated because gpgme.h includes gpg-error.h.
@@ -434,7 +434,7 @@ PGP keysigning parties.")
 including tools for signing keys, keyring analysis, and party preparation.
 
  * caff: CA - Fire and Forget signs and mails a key
- 
+
  * pgp-clean: removes all non-self signatures from key
 
  * pgp-fixkey: removes broken packets from keys



reply via email to

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