Skip to content
Snippets Groups Projects
Commit a1ddf97c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: help2man: Update to 1.46.5.

* gnu/packages/man.scm (help2man): Update to 1.46.5.
parent 84399103
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ (define-public man-pages ...@@ -153,7 +153,7 @@ (define-public man-pages
(define-public help2man (define-public help2man
(package (package
(name "help2man") (name "help2man")
(version "1.46.4") (version "1.46.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -161,7 +161,7 @@ (define-public help2man ...@@ -161,7 +161,7 @@ (define-public help2man
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0csn7jx7nhlrflalw1992p3l5afawlpdyjdff2q5bk5hadgz3rqs")))) "1gqfqgxq3qgwnldjz3i5mxvzyx2w3j042r3fw1wygic3f6327nha"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(;; There's no `check' target. (arguments `(;; There's no `check' target.
#:tests? #f)) #:tests? #f))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment