me
/
guix
Archived
1
0
Fork 0

gnu: help2man: Update to 1.47.2.

* gnu/packages/man.scm (help2man): Update to 1.47.2.
master
Ludovic Courtès 2015-10-21 18:01:17 +02:00
parent ee53a14417
commit 74dc959cb0
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,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.47.1") (version "1.47.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -170,7 +170,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"01ib718afwc28bmh1n0p5h7245vs3rrfm7bj1sq4avmh1kv2d6y5")))) "0z1zgw6k1fba59fii6ksfi1g2gci6i4ysa3kdfh3j475fdkn1if4"))))
(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))