summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-25 11:41:52 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-25 11:52:33 +0200
commitf1be8061834fdc03b23269b9b3d3209f9c921d40 (patch)
treeabaf18a78e175a1b7ed39de83644cfb6573c3e1a
parent78c7e3449fcb53b7bd7f534481cb51fab13b4746 (diff)
downloadgnu-guix-f1be8061834fdc03b23269b9b3d3209f9c921d40.tar
gnu-guix-f1be8061834fdc03b23269b9b3d3209f9c921d40.tar.gz
gnu: gnupg: Update to 2.0.21.
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.21.
-rw-r--r--gnu/packages/gnupg.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 7c0f50900a..3061b9fac6 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -131,7 +131,7 @@ specifications are building blocks of S/MIME and TLS.")
(define-public gnupg
(package
(name "gnupg")
- (version "2.0.20")
+ (version "2.0.21")
(source
(origin
(method url-fetch)
@@ -139,12 +139,10 @@ specifications are building blocks of S/MIME and TLS.")
".tar.bz2"))
(sha256
(base32
- "16mp0j5inrcqcb3fxbn0b3aamascy3n923wiy0y8marc0rzrp53f"))))
+ "1xgf1q1phdawk6y66haaqcvfnlsqk12jmjin1m2d5x6fqw18kpq0"))))
(build-system gnu-build-system)
(inputs
- `(;; TODO: Add missing optional dep libusb.
-;; ("libusb" ,libusb)
- ("bzip2" ,guix:bzip2)
+ `(("bzip2" ,guix:bzip2)
("curl" ,curl)
("libassuan" ,libassuan)
("libgcrypt" ,libgcrypt)