mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: help2man: Update to 1.47.11.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.11.
This commit is contained in:
parent
178f1d1f75
commit
c17f54e738
1 changed files with 2 additions and 2 deletions
|
@ -227,14 +227,14 @@ (define-public help2man
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue