summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-06-02 19:17:50 -0400
committerMark H Weaver <mhw@netris.org>2015-06-02 19:18:29 -0400
commitde8a1818fd2eccf9aa7c3b1d43fd1b0b23cc9e0a (patch)
treea0bdba02d3b42c8665b42c9b7767373ed444f5ee
parentd7bc3470b76268fb121868960aab04c88a4d712f (diff)
downloadguix-patches-de8a1818fd2eccf9aa7c3b1d43fd1b0b23cc9e0a.tar
guix-patches-de8a1818fd2eccf9aa7c3b1d43fd1b0b23cc9e0a.tar.gz
gnu: gnupg-2.0: Update to 2.0.28.
* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.28.
-rw-r--r--gnu/packages/gnupg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 3a63b673bb..5724bc8348 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -231,14 +231,14 @@ libskba (working with X.509 certificates and CMS data).")
(define-public gnupg-2.0
(package (inherit gnupg)
- (version "2.0.27")
+ (version "2.0.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
- "1wihx7dphacg9fy5wfj93h236lr1w5gwzh7ir3js37wi9cz6sr2p"))))
+ "0k2k399fnhfhhr4dvm8d6vs4ihq6gg06191lzfwikzaqmgj2w2ff"))))
(inputs
`(("bzip2" ,bzip2)
("curl" ,curl)