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


From: Leo Famulari
Subject: 01/01: gnu: gnupg: Update to 2.1.13.
Date: Thu, 16 Jun 2016 23:51:20 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 1ee4274c962b5b2cf1532b0fce20a27426b9d91a
Author: ng0 <address@hidden>
Date:   Thu Jun 16 20:45:23 2016 +0000

    gnu: gnupg: Update to 2.1.13.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.13.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 c5055b6..b99a13c 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -208,14 +208,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.12")
+    (version "2.1.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "01n5py45x0r97l4dzmd803jpbpbcxr1591k3k4s8m9804jfr4d5c"))))
+                "0xcn46vcb5x5qx0bc803vpzhzhnn6wfhp7x71w9n1ahx4ak877ag"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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