gnu: help2man: Update to 1.47.16.
* gnu/packages/man.scm (help2man): Update to version 1.47.16.master
parent
378df42fc5
commit
cfe606572d
|
@ -262,7 +262,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
|
||||||
;; input "locales" contain the original (English) text.
|
;; input "locales" contain the original (English) text.
|
||||||
(package
|
(package
|
||||||
(name "help2man")
|
(name "help2man")
|
||||||
(version "1.47.13")
|
(version "1.47.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -270,7 +270,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))
|
"1x586h7wvripcay35kdh2kvydx84y8yy93ffjah2rqw6bc65iy1y"))))
|
||||||
(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
|
||||||
|
|
Reference in New Issue