gnu: help2man: Update to 1.47.12.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.12.master
parent
8f4cff0e21
commit
25997f3c3e
|
@ -227,14 +227,14 @@ automatically.")
|
||||||
(define-public help2man/latest
|
(define-public help2man/latest
|
||||||
(package
|
(package
|
||||||
(inherit help2man)
|
(inherit help2man)
|
||||||
(version "1.47.11")
|
(version "1.47.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/help2man/help2man-"
|
(uri (string-append "mirror://gnu/help2man/help2man-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"123vsimgx8zq1h077sbyh3bd0hbmlc3wih2231wwh133z1bv51ar"))))))
|
"0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))))
|
||||||
|
|
||||||
(define-public scdoc
|
(define-public scdoc
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue