guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gnupg-1: Update to 1.4.19.


From: Ludovic Courtès
Subject: 01/03: gnu: gnupg-1: Update to 1.4.19.
Date: Sun, 01 Mar 2015 21:22:50 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9041d935c42b537e7423630fc1030f59a649a3d4
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 1 22:13:51 2015 +0100

    gnu: gnupg-1: Update to 1.4.19.
    
    * gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.19.
---
 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 9bc75b2..62816eb 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
@@ -206,14 +206,14 @@ libskba (working with X.509 certificates and CMS data).")
 
 (define-public gnupg-1
   (package (inherit gnupg)
-    (version "1.4.18")
+    (version "1.4.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1233bppjvdpbbl425ii6l7xvgy0879ghhnmwrph5b6c4g3dgvddp"))))
+                "11pxx26sfilh0vswylh9mhiifw5yffw7nn733zknw3sb0jfk22bz"))))
     (inputs
      `(("zlib" ,guix:zlib)
        ("bzip2" ,guix:bzip2)



reply via email to

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