guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: gnupg: Update to 2.2.1.


From: Marius Bakke
Subject: 01/06: gnu: gnupg: Update to 2.2.1.
Date: Wed, 20 Sep 2017 11:24:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1c9c81cfda1fc4e5f1b11529c55720b9e2a46cff
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 20 16:57:16 2017 +0200

    gnu: gnupg: Update to 2.2.1.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.1.
---
 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 c9ed37c..c6af5ca 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -220,14 +220,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.0")
+    (version "2.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1rj538kp3wsdq7rhl8sy1wpwhlsbxcch0cwk64kgz8gpw05lllfl"))))
+                "1yv2pwf3vhv9dpbf51fnm0wy03va1cg5r7qaz7rg75cwbgb0rmrl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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