summaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-03-31 21:14:25 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-03-31 21:14:25 +0300
commitb5afe6f03115375936374286abe164328ed493c8 (patch)
tree5611f74c8acc09449528594f53bbe92d7b763141 /gnu/packages/gnupg.scm
parent9941e0812eca86a9da30211f0e905cda345aeae9 (diff)
downloadpatches-b5afe6f03115375936374286abe164328ed493c8.tar
patches-b5afe6f03115375936374286abe164328ed493c8.tar.gz
gnu: gnupg-2.0: Update to 2.0.30.
* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.30.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-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 350865addb..c3b859b7a2 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -248,14 +248,14 @@ libskba (working with X.509 certificates and CMS data).")
(define-public gnupg-2.0
(package (inherit gnupg)
- (version "2.0.29")
+ (version "2.0.30")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
- "1jaakn0mi6pi2b3g3imxj3qzxw2zg0ifxs30baq2b157dcw6pvb8"))))
+ "0wax4cy14hh0h7kg9hj0hjn9424b71z8lrrc5kbsasrn9xd7hag3"))))
(native-inputs '())
(inputs
`(("adns" ,adns)