gnu: help2man: Update to 1.47.10.

* gnu/packages/man.scm (help2man/latest): Update to 1.47.10.
This commit is contained in:
Marius Bakke 2019-05-24 21:05:56 +02:00
parent ceb1936aa4
commit dbe533292b
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 (define-public help2man/latest
(package (package
(inherit help2man) (inherit help2man)
(version "1.47.8") (version "1.47.10")
(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
"1p5830h88cx0zn0snwaj0vpph81xicpsirfwlxmcgjrlmn0nm3sj")))))) "1yywli520246aba12vpgj7bhr1r13swad3xm49a0cygqcgywnwgk"))))))
(define-public scdoc (define-public scdoc
(package (package