summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-07 00:21:18 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-07 00:21:18 +0200
commit6ba39009348c7efd23c7453f05759d0e7f8552ea (patch)
tree8f2dabd9348fea9289d33cd236e895a10e499188
parent1d3991dc741daab85ab9cdf5c3eb3f532642171b (diff)
downloadpatches-6ba39009348c7efd23c7453f05759d0e7f8552ea.tar
patches-6ba39009348c7efd23c7453f05759d0e7f8552ea.tar.gz
gnu: help2man: Update to 1.41.2.
* gnu/packages/help2man.scm (help2man): Update to 1.41.2.
-rw-r--r--gnu/packages/help2man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/help2man.scm b/gnu/packages/help2man.scm
index 1dd0d71d91..483562148d 100644
--- a/gnu/packages/help2man.scm
+++ b/gnu/packages/help2man.scm
@@ -26,7 +26,7 @@
(define-public help2man
(package
(name "help2man")
- (version "1.40.8")
+ (version "1.41.2")
(source
(origin
(method url-fetch)
@@ -34,7 +34,7 @@
version ".tar.gz"))
(sha256
(base32
- "0s6phazn8jgvpbsby8kj2m58rj1zjghi1aipvamh8af226ssqfzj"))))
+ "1as014d8wxy7529fr8n2ihy61c2p5jzywzirkqggvz8lwg6r933a"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f))