mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: help2man: Update to 1.47.5.
* gnu/packages/man.scm (help2man): Update to 1.47.5.
This commit is contained in:
parent
2eca68b9f6
commit
f4abe0585d
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ (define-public man-pages
|
||||||
(define-public help2man
|
(define-public help2man
|
||||||
(package
|
(package
|
||||||
(name "help2man")
|
(name "help2man")
|
||||||
(version "1.47.4")
|
(version "1.47.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -194,7 +194,7 @@ (define-public help2man
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lvp4306f5nq08f3snffs5pp1zwv8l35z6f5g0dds51zs6bzdv6l"))))
|
"1cb14kp380jzk1yi4i7x9d8qplc8c5mgcbgycgs9ggpx34jhp9kw"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue