mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: help2man: Update to 1.47.13.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.13.
This commit is contained in:
parent
9b0c95cc68
commit
9ea9ff6b0f
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.12")
|
(version "1.47.13")
|
||||||
(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
|
||||||
"0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))))
|
"08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))))
|
||||||
|
|
||||||
(define-public scdoc
|
(define-public scdoc
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue