summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-22 15:10:29 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-19 09:42:11 +0900
commit15405dc8e5c92820346076d58f6d16f718b2ccc1 (patch)
tree48831b152268d2b046290111ecbd9e0e028dc271
parent3ac1fba670a700906d6317fcdf0ff42ad5b0edb9 (diff)
gnu: help2man: Update to 1.49.3.
* gnu/packages/man.scm (help2man): Update to 1.49.3. Change-Id: I9fc62620e89ca1f66b5ec402b19c639425ee5ecb
-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 636bea9a04f..c892dd4f9bb 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -402,7 +402,7 @@ on any distribution, and the nroff source is included."))))
402 ;; input "locales" contain the original (English) text. 402 ;; input "locales" contain the original (English) text.
403 (package 403 (package
404 (name "help2man") 404 (name "help2man")
405 (version "1.49.2") 405 (version "1.49.3")
406 (source 406 (source
407 (origin 407 (origin
408 (method url-fetch) 408 (method url-fetch)
@@ -410,7 +410,7 @@ on any distribution, and the nroff source is included."))))
410 version ".tar.xz")) 410 version ".tar.xz"))
411 (sha256 411 (sha256
412 (base32 412 (base32
413 "0dnxx96lbcb8ab8yrdkqll14cl5n0bch8qpd9qj3c2ky78hhwbly")))) 413 "0kzxla1w0w4z5la255lg9q51wy3qx8f1b0i6gbhaz9pcybg4yzjd"))))
414 (build-system gnu-build-system) 414 (build-system gnu-build-system)
415 (arguments 415 (arguments
416 (list 416 (list