guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnupg: Update to 2.1.8.


From: Ludovic Courtès
Subject: 02/02: gnu: gnupg: Update to 2.1.8.
Date: Sun, 13 Sep 2015 19:19:38 +0000

civodul pushed a commit to branch master
in repository guix.

commit 610075f7c94c80b8321887b7ccf8bb1a7edd2b8e
Author: Ludovic Courtès <address@hidden>
Date:   Sun Sep 13 21:17:30 2015 +0200

    gnu: gnupg: Update to 2.1.8.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.8.
---
 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 b66eec3..5882617 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.7")
+    (version "2.1.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0vl4wzraln0h4db0kfza4l5by5pgfijqplji5n4riv3zsiv3g2n1"))))
+                "18w14xp0ynzzwpklyplkzbrncds1hly4k2gjx115swch8qgd1f53"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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