guix-commits
[Top][All Lists]
Advanced

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

21/66: gnu: gnupg: Update to 2.1.3.


From: Manolis Fragkiskos Ragkousis
Subject: 21/66: gnu: gnupg: Update to 2.1.3.
Date: Thu, 21 May 2015 12:51:54 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit 3da2e44a538a07090503d3140e71730f9c7b2c08
Author: Mark H Weaver <address@hidden>
Date:   Sun May 3 13:10:00 2015 -0400

    gnu: gnupg: Update to 2.1.3.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.3.
---
 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 3b29d1a..a9f1f12 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -190,14 +190,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.2")
+    (version "2.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "14k7c5spai3yppz6izf1ggbnffskl54ln87v1wgy9pwism1mlks0"))))
+                "1vf8fmwcq81abzw2mypz5j7m4xy0vl4z6lri5lxfbd2bsyq7ygi1"))))
     (build-system gnu-build-system)
     (inputs
      `(("bzip2" ,bzip2)



reply via email to

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