summaryrefslogtreecommitdiff
path: root/gnu
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 /gnu
parent1d3991dc741daab85ab9cdf5c3eb3f532642171b (diff)
gnu: help2man: Update to 1.41.2.
* gnu/packages/help2man.scm (help2man): Update to 1.41.2.
Diffstat (limited to 'gnu')
-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 1dd0d71d91f..483562148dd 100644
--- a/gnu/packages/help2man.scm
+++ b/gnu/packages/help2man.scm
@@ -26,7 +26,7 @@
26(define-public help2man 26(define-public help2man
27 (package 27 (package
28 (name "help2man") 28 (name "help2man")
29 (version "1.40.8") 29 (version "1.41.2")
30 (source 30 (source
31 (origin 31 (origin
32 (method url-fetch) 32 (method url-fetch)
@@ -34,7 +34,7 @@
34 version ".tar.gz")) 34 version ".tar.gz"))
35 (sha256 35 (sha256
36 (base32 36 (base32
37 "0s6phazn8jgvpbsby8kj2m58rj1zjghi1aipvamh8af226ssqfzj")))) 37 "1as014d8wxy7529fr8n2ihy61c2p5jzywzirkqggvz8lwg6r933a"))))
38 (build-system gnu-build-system) 38 (build-system gnu-build-system)
39 (arguments `(;; There's no `check' target. 39 (arguments `(;; There's no `check' target.
40 #:tests? #f)) 40 #:tests? #f))