guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 93be9ae1f4684c2185e690fff82be40c57901340
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Oct 22 15:10:29 2025 +0900

    gnu: help2man: Update to 1.49.3.
    
    * gnu/packages/man.scm (help2man): Update to 1.49.3.
    
    Change-Id: I9fc62620e89ca1f66b5ec402b19c639425ee5ecb
---
 gnu/packages/man.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 784a95357c..b054630fd5 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -403,7 +403,7 @@ on any distribution, and the nroff source is included."))))
   ;; input "locales" contain the original (English) text.
   (package
     (name "help2man")
-    (version "1.49.2")
+    (version "1.49.3")
     (source
      (origin
        (method url-fetch)
@@ -411,7 +411,7 @@ on any distribution, and the nroff source is included."))))
                            version ".tar.xz"))
        (sha256
         (base32
-         "0dnxx96lbcb8ab8yrdkqll14cl5n0bch8qpd9qj3c2ky78hhwbly"))))
+         "0kzxla1w0w4z5la255lg9q51wy3qx8f1b0i6gbhaz9pcybg4yzjd"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to