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


From: Andreas Enge
Subject: 01/02: gnu: gnupg: Update to 2.1.11.
Date: Wed, 03 Feb 2016 14:49:55 +0000

andreas pushed a commit to branch master
in repository guix.

commit cea18ab00b18528c8043f5e5a4d6c3d0a717b408
Author: Andreas Enge <address@hidden>
Date:   Wed Feb 3 15:15:53 2016 +0100

    gnu: gnupg: Update to 2.1.11.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.11.
---
 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 c1a6d75..acbefe3 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -197,14 +197,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.10")
+    (version "2.1.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1ybcsazjm21i2ys1wh49cz4azmqz7ghx5rb6hm4gm93i2zc5igck"))))
+                "06mn2viiwsyq991arh5i5fhr9jyxq2bi0jkdj7ndfisxihngpc5p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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