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.2.5.


From: Leo Famulari
Subject: 01/01: gnu: gnupg: Update to 2.2.5.
Date: Thu, 22 Feb 2018 14:43:02 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit cfcc0f3c63077520c8083cac11dab0d16f258155
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 22 14:30:36 2018 -0500

    gnu: gnupg: Update to 2.2.5.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.5.
---
 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 16685f6..eeab5c5 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -214,14 +214,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.4")
+    (version "2.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1v7j8v2ww1knknbrhw3svfrqkmf9ll58iq0dczbsdpqgg1j3w6j0"))))
+                "0mzgibq4dpxh3i9anmwg12xdjry28y83icafhx3j3djg5niqk89z"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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