gnu: help2man: Update to 1.47.16.

* gnu/packages/man.scm (help2man): Update to version 1.47.16.
This commit is contained in:
Miguel Ángel Arruga Vivas 2020-12-11 23:47:47 +01:00
parent 378df42fc5
commit cfe606572d
No known key found for this signature in database
GPG key ID: 634C6E8979FABEC2

View file

@ -262,7 +262,7 @@ (define-public help2man
;; input "locales" contain the original (English) text.
(package
(name "help2man")
(version "1.47.13")
(version "1.47.16")
(source
(origin
(method url-fetch)
@ -270,7 +270,7 @@ (define-public help2man
version ".tar.xz"))
(sha256
(base32
"08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))
"1x586h7wvripcay35kdh2kvydx84y8yy93ffjah2rqw6bc65iy1y"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f