guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnupg-2.0: Update to 2.0.28.


From: Mark H. Weaver
Subject: 01/01: gnu: gnupg-2.0: Update to 2.0.28.
Date: Tue, 02 Jun 2015 23:18:34 +0000

mhw pushed a commit to branch master
in repository guix.

commit de8a1818fd2eccf9aa7c3b1d43fd1b0b23cc9e0a
Author: Mark H Weaver <address@hidden>
Date:   Tue Jun 2 19:17:50 2015 -0400

    gnu: gnupg-2.0: Update to 2.0.28.
    
    * gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.28.
---
 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 3a63b67..5724bc8 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -231,14 +231,14 @@ libskba (working with X.509 certificates and CMS data).")
 
 (define-public gnupg-2.0
   (package (inherit gnupg)
-    (version "2.0.27")
+    (version "2.0.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1wihx7dphacg9fy5wfj93h236lr1w5gwzh7ir3js37wi9cz6sr2p"))))
+                "0k2k399fnhfhhr4dvm8d6vs4ihq6gg06191lzfwikzaqmgj2w2ff"))))
     (inputs
      `(("bzip2" ,bzip2)
        ("curl" ,curl)



reply via email to

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