guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: gnupg: Update to 2.2.14.


From: guix-commits
Subject: 09/09: gnu: gnupg: Update to 2.2.14.
Date: Thu, 21 Mar 2019 14:25:50 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7ac8d96d77c297db1f86c1534d1771e991c5f46a
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 21 18:44:38 2019 +0100

    gnu: gnupg: Update to 2.2.14.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.14.
---
 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 fcec2f0..22ae435 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -224,14 +224,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.13")
+    (version "2.2.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1n0igfn9nwdajzkcgdx7apwm9m5rpw0fg6vwskmf1rpranlqgivn"))))
+                "0yzqrg24j9fc4f8ss5pclyvg70a9z53sv89vl77xii8yvi3fvy8v"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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