guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnupg: Update to 2.1.22.


From: Marius Bakke
Subject: 01/01: gnu: gnupg: Update to 2.1.22.
Date: Sat, 29 Jul 2017 08:47:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8f82110492c0ecdb2fe0f6aba0a981cb34c66472
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 29 14:32:59 2017 +0200

    gnu: gnupg: Update to 2.1.22.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.22.
---
 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 e71ec8d..5b46257 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -228,14 +228,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.21")
+    (version "2.1.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1p97limv29p01y79mgnzpwixa50lv53wgdl3ymk9idkmpaldisks"))))
+                "1msazgy1q1pp7y2xr46z0il4pfzmzgzkp7v0hv5cz4hvkspnywa6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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