guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: GnuPG: Update to 2.2.13.


From: guix-commits
Subject: 06/09: gnu: GnuPG: Update to 2.2.13.
Date: Wed, 13 Feb 2019 18:19:19 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5bd0813a0f8243f6e7f07ad590c9f620943ed417
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 13 18:13:49 2019 +0100

    gnu: GnuPG: Update to 2.2.13.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.13.
---
 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 2462292..7a7ff96 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.12")
+    (version "2.2.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1jw282iy27j1qygym52aa44zxy7ly4bdadhd628hwr4q9j5hy0yv"))))
+                "1n0igfn9nwdajzkcgdx7apwm9m5rpw0fg6vwskmf1rpranlqgivn"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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