gnu: help2man: Update to 1.47.11.

* gnu/packages/man.scm (help2man/latest): Update to 1.47.11.
master
Tobias Geerinckx-Rice 2019-08-21 20:47:19 +02:00
parent 178f1d1f75
commit c17f54e738
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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