summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-06-30 13:37:35 +0200
committerMarius Bakke <marius@gnu.org>2022-06-30 23:26:17 +0200
commitddff3be27e995f9d1e3e5fa545da4961d616051c (patch)
tree6e9cb0855484669d13b283ea46ac2472675efad8 /gnu/packages/man.scm
parenta81a9ceb885d8504970b765524baaf012440028f (diff)
gnu: help2man: Update to 1.49.2.
* gnu/packages/man.scm (help2man): Update to 1.49.2.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 1c1d82758bb..98a285593e0 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -307,7 +307,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
307 ;; input "locales" contain the original (English) text. 307 ;; input "locales" contain the original (English) text.
308 (package 308 (package
309 (name "help2man") 309 (name "help2man")
310 (version "1.48.5") 310 (version "1.49.2")
311 (source 311 (source
312 (origin 312 (origin
313 (method url-fetch) 313 (method url-fetch)
@@ -315,7 +315,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
315 version ".tar.xz")) 315 version ".tar.xz"))
316 (sha256 316 (sha256
317 (base32 317 (base32
318 "1gl24n9am3ivhql1gs9lffb415irg758fhxyk4ryssiflk5f8fb7")))) 318 "0dnxx96lbcb8ab8yrdkqll14cl5n0bch8qpd9qj3c2ky78hhwbly"))))
319 (build-system gnu-build-system) 319 (build-system gnu-build-system)
320 (arguments `(;; There's no `check' target. 320 (arguments `(;; There's no `check' target.
321 #:tests? #f 321 #:tests? #f