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


From: Mark H. Weaver
Subject: 01/01: gnu: gnupg: Update to 2.1.9.
Date: Sat, 10 Oct 2015 21:17:20 +0000

mhw pushed a commit to branch master
in repository guix.

commit ed019703894f2769c0a1121d8cf20f1e803797d5
Author: Mark H Weaver <address@hidden>
Date:   Sat Oct 10 17:14:22 2015 -0400

    gnu: gnupg: Update to 2.1.9.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.9.
---
 gnu/packages/gnupg.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 3bd87dc..333e883 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -193,14 +193,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.8")
+    (version "2.1.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "18w14xp0ynzzwpklyplkzbrncds1hly4k2gjx115swch8qgd1f53"))))
+                "1dpp555glln6fldk72ad7lkrn8h3cr2bg714z5kfn2qrawx67dqw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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