gnu: help2man: Update to 1.47.13.

* gnu/packages/man.scm (help2man/latest): Update to 1.47.13.
This commit is contained in:
Marius Bakke 2020-03-26 20:20:48 +01:00
parent 9b0c95cc68
commit 9ea9ff6b0f
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.12")
(version "1.47.13")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/help2man/help2man-"
version ".tar.xz"))
(sha256
(base32
"0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))))
"08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))))
(define-public scdoc
(package