guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gnupg: Update to 2.1.17.


From: Marius Bakke
Subject: 01/02: gnu: gnupg: Update to 2.1.17.
Date: Tue, 20 Dec 2016 14:57:10 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 06fcd4a89ebbdf589fb49d860406e5aa7eb9bd75
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 20 15:48:24 2016 +0100

    gnu: gnupg: Update to 2.1.17.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.17.
---
 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 2d769c8..76a684d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -213,14 +213,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.16")
+    (version "2.1.17")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0i483m9q032a0s50f1izb213g4h5i7pcgn395m6hvl3sg2kadfa9"))))
+                "1js308b46ifx1gim0c9nivr5yxhans7iq1yvkf7zl2928gdm9p65"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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