mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: help2man: Update to 1.46.6.
* gnu/packages/man.scm (help2man): Update to 1.46.6.
This commit is contained in:
parent
5ac8a1d4bb
commit
dda9c45ec6
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ (define-public man-pages
|
|||
(define-public help2man
|
||||
(package
|
||||
(name "help2man")
|
||||
(version "1.46.5")
|
||||
(version "1.46.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -161,7 +161,7 @@ (define-public help2man
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gqfqgxq3qgwnldjz3i5mxvzyx2w3j042r3fw1wygic3f6327nha"))))
|
||||
"1brccgnjf09f2zg70s6gv6gn68mi59kp3zf50wvxp79n72ngapv1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(;; There's no `check' target.
|
||||
#:tests? #f))
|
||||
|
|
Loading…
Reference in a new issue