gnu: help2man: Update to 1.47.12.

* gnu/packages/man.scm (help2man/latest): Update to 1.47.12.
This commit is contained in:
Marius Bakke 2020-01-14 18:39:17 +01:00
parent 8f4cff0e21
commit 25997f3c3e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -227,14 +227,14 @@ (define-public help2man
(define-public help2man/latest
(package
(inherit help2man)
(version "1.47.11")
(version "1.47.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/help2man/help2man-"
version ".tar.xz"))
(sha256
(base32
"123vsimgx8zq1h077sbyh3bd0hbmlc3wih2231wwh133z1bv51ar"))))))
"0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))))
(define-public scdoc
(package