guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: GnuPG: Update to 2.2.10.


From: Marius Bakke
Subject: 06/07: gnu: GnuPG: Update to 2.2.10.
Date: Thu, 30 Aug 2018 12:46:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4c13cb36f8a4dafcc3647441e301ffdabdae9166
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 30 18:20:16 2018 +0200

    gnu: GnuPG: Update to 2.2.10.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.10.
---
 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 d5fb126..067a233 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -247,14 +247,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.9")
+    (version "2.2.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0r11mx8nkh7ysrnshs560amha5csx8zcaggb5kxcksx1zymyly32"))))
+                "05f9804g72pffdxgvxjmjzkfcpjg1x221g9rwcr8fi51hrxd77br"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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