gnu: help2man: Update to 1.47.1.

* gnu/packages/man.scm (help2man): Update to 1.47.1.
This commit is contained in:
Ludovic Courtès 2015-06-29 14:39:24 +02:00
parent b1f5fe0eb7
commit 622a616e33
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
(define-public help2man
(package
(name "help2man")
(version "1.46.6")
(version "1.47.1")
(source
(origin
(method url-fetch)
@ -161,7 +161,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz"))
(sha256
(base32
"1brccgnjf09f2zg70s6gv6gn68mi59kp3zf50wvxp79n72ngapv1"))))
"01ib718afwc28bmh1n0p5h7245vs3rrfm7bj1sq4avmh1kv2d6y5"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f))