gnu: help2man: Update to 1.46.6.

* gnu/packages/man.scm (help2man): Update to 1.46.6.
This commit is contained in:
Ludovic Courtès 2015-05-03 16:00:33 +02:00
parent 5ac8a1d4bb
commit dda9c45ec6
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 (define-public help2man
(package (package
(name "help2man") (name "help2man")
(version "1.46.5") (version "1.46.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -161,7 +161,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1gqfqgxq3qgwnldjz3i5mxvzyx2w3j042r3fw1wygic3f6327nha")))) "1brccgnjf09f2zg70s6gv6gn68mi59kp3zf50wvxp79n72ngapv1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(;; There's no `check' target. (arguments `(;; There's no `check' target.
#:tests? #f)) #:tests? #f))