gnu: help2man: Update to 1.48.3.
* gnu/packages/man.scm (help2man): Update to 1.48.3.
This commit is contained in:
parent
5d3ac92cc7
commit
b3338f10c4
1 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ (define-public help2man
|
|||
;; input "locales" contain the original (English) text.
|
||||
(package
|
||||
(name "help2man")
|
||||
(version "1.47.16")
|
||||
(version "1.48.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -316,7 +316,7 @@ (define-public help2man
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x586h7wvripcay35kdh2kvydx84y8yy93ffjah2rqw6bc65iy1y"))))
|
||||
"1b58s40dh2lflrkgbyxg1s48p8icb5a5yzp9ch83kg9zchygyqc3"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(;; There's no `check' target.
|
||||
#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue