[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnupg: Update to 2.1.3.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: gnupg: Update to 2.1.3. |
Date: |
Sun, 03 May 2015 17:28:12 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit a4d5224d74a18bb02d10bfc91d05589b16d8bda5
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)