diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-03 13:10:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-03 13:22:35 -0400 |
commit | a4d5224d74a18bb02d10bfc91d05589b16d8bda5 (patch) | |
tree | ac735e4faacfc4cbf5879940aca7e7402374a011 /gnu | |
parent | 7d2b784b66ab3ce6077ffe911f09c1ac370ffff8 (diff) | |
download | patches-a4d5224d74a18bb02d10bfc91d05589b16d8bda5.tar patches-a4d5224d74a18bb02d10bfc91d05589b16d8bda5.tar.gz |
gnu: gnupg: Update to 2.1.3.
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 3b29d1abfa..a9f1f12a19 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) |