gnu: help2man: Update to 1.46.3.

* gnu/packages/man.scm (help2man): Update to 1.46.3.
This commit is contained in:
Andreas Enge 2014-09-27 12:31:37 +02:00
parent 237c048609
commit 38877bf346
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,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.1") (version "1.46.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -153,7 +153,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0iqwb3qirl7rp1wwpbh01q89qxvi4h3bc73wi03av6hl4sh05z9x")))) "0hi94a6ai96yw0v8xgjzpp5c6jr33ifmbn2mkp7wz7rgmwxxqsd6"))))
(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))