gnu: help2man: Update to 1.47.4.

* gnu/packages/man.scm (help2man): Update to 1.47.4.
This commit is contained in:
Efraim Flashner 2016-07-10 21:34:11 +03:00
parent c635ff8369
commit 8ac012d0ca
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -168,7 +168,7 @@ (define-public man-pages
(define-public help2man
(package
(name "help2man")
(version "1.47.3")
(version "1.47.4")
(source
(origin
(method url-fetch)
@ -176,7 +176,7 @@ (define-public help2man
version ".tar.xz"))
(sha256
(base32
"0miqq77ssk5rgsc9xlv7k5n2wk2c5wv2m1kh4zhbwrggfmjaycn2"))))
"0lvp4306f5nq08f3snffs5pp1zwv8l35z6f5g0dds51zs6bzdv6l"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f))