mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: help2man: Update to 1.47.12.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.12.
This commit is contained in:
parent
8f4cff0e21
commit
25997f3c3e
1 changed files with 2 additions and 2 deletions
|
@ -227,14 +227,14 @@ (define-public help2man
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue