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


From: guix-commits
Subject: 01/01: gnu: gnupg: Update to 2.2.12.
Date: Thu, 3 Jan 2019 15:14:51 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 824fc425dd1f3d366ff950874e09fdc8c8e4f4b2
Author: Efraim Flashner <address@hidden>
Date:   Thu Jan 3 22:13:58 2019 +0200

    gnu: gnupg: Update to 2.2.12.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.12.
---
 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 809e0d1..4eec697 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -223,14 +223,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.11")
+    (version "2.2.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1ncwqjhcxh46fgkp84g2lhf91amcha7abk6wdm1kagzm7q93wv29"))))
+                "1jw282iy27j1qygym52aa44zxy7ly4bdadhd628hwr4q9j5hy0yv"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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