Archived
1
0
Fork 0

gnu: help2man: Update to 1.49.2.

* gnu/packages/man.scm (help2man): Update to 1.49.2.
This commit is contained in:
Marius Bakke 2022-06-30 13:37:35 +02:00
parent a81a9ceb88
commit ddff3be27e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -307,7 +307,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
;; input "locales" contain the original (English) text. ;; input "locales" contain the original (English) text.
(package (package
(name "help2man") (name "help2man")
(version "1.48.5") (version "1.49.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -315,7 +315,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1gl24n9am3ivhql1gs9lffb415irg758fhxyk4ryssiflk5f8fb7")))) "0dnxx96lbcb8ab8yrdkqll14cl5n0bch8qpd9qj3c2ky78hhwbly"))))
(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