summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-29 14:39:24 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-29 14:42:10 +0200
commit622a616e33e40307b7e48f49052837f52b5bed99 (patch)
treeac5b7ba453b9c7ff4f55f6a83a4bcd3188017245 /gnu
parentb1f5fe0eb7c5b1562a4968411d20fc489dea2e0b (diff)
gnu: help2man: Update to 1.47.1.
* gnu/packages/man.scm (help2man): Update to 1.47.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index fb43db9de9e..3173fac1769 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -153,7 +153,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
153(define-public help2man 153(define-public help2man
154 (package 154 (package
155 (name "help2man") 155 (name "help2man")
156 (version "1.46.6") 156 (version "1.47.1")
157 (source 157 (source
158 (origin 158 (origin
159 (method url-fetch) 159 (method url-fetch)
@@ -161,7 +161,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
161 version ".tar.xz")) 161 version ".tar.xz"))
162 (sha256 162 (sha256
163 (base32 163 (base32
164 "1brccgnjf09f2zg70s6gv6gn68mi59kp3zf50wvxp79n72ngapv1")))) 164 "01ib718afwc28bmh1n0p5h7245vs3rrfm7bj1sq4avmh1kv2d6y5"))))
165 (build-system gnu-build-system) 165 (build-system gnu-build-system)
166 (arguments `(;; There's no `check' target. 166 (arguments `(;; There's no `check' target.
167 #:tests? #f)) 167 #:tests? #f))