guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnupg: Update to 2.1.21.


From: Leo Famulari
Subject: 02/02: gnu: gnupg: Update to 2.1.21.
Date: Wed, 17 May 2017 21:53:03 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0be20a8353c0db1637e101afa1e088fc92066657
Author: Leo Famulari <address@hidden>
Date:   Wed May 17 21:24:55 2017 -0400

    gnu: gnupg: Update to 2.1.21.
    
    This release fixes a keyring corruption bug introduced in 2.1.20. See
    <https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000405.html> for 
more
    information.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.21.
---
 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 29690a7..440e7d5 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -215,14 +215,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.20")
+    (version "2.1.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "03cnd6gz8f4lf69inskssw57idrswcdimhccdyglmrlv6rlrmkr4"))))
+                "1p97limv29p01y79mgnzpwixa50lv53wgdl3ymk9idkmpaldisks"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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