diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-22 15:10:29 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:13:03 +0900 |
| commit | 1fc884a374efbb23405a5e2f2683fbb7db06982e (patch) | |
| tree | 83457754c4575c1941c2fb939df56da9e36c1d5d | |
| parent | e6f3c37fa270138ff168aaf2a14de7496272a02a (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.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index b287bc92d52..c69a4325dd6 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -402,7 +402,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) @@ -410,7 +410,7 @@ on any distribution, and the nroff source is included.")))) version ".tar.xz")) (sha256 (base32 - "0dnxx96lbcb8ab8yrdkqll14cl5n0bch8qpd9qj3c2ky78hhwbly")))) + "0kzxla1w0w4z5la255lg9q51wy3qx8f1b0i6gbhaz9pcybg4yzjd")))) (build-system gnu-build-system) (arguments (list |
