diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:53 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:53 +0900 |
| commit | 09b0ee0f247078846d07769a97c8ce4301525573 (patch) | |
| tree | ad89f5fe1b80fe18d094dec2f6920d688ac21fec /gnu | |
| parent | 663e92bb3285da04cd4755c1ce1a5976a595059e (diff) | |
Revert "gnu: help2man: Update to 1.49.3."
This reverts commit 1fc884a374efbb23405a5e2f2683fbb7db06982e.
Diffstat (limited to 'gnu')
| -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 c69a4325dd6..b287bc92d52 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.3") + (version "1.49.2") (source (origin (method url-fetch) @@ -410,7 +410,7 @@ on any distribution, and the nroff source is included.")))) version ".tar.xz")) (sha256 (base32 - "0kzxla1w0w4z5la255lg9q51wy3qx8f1b0i6gbhaz9pcybg4yzjd")))) + "0dnxx96lbcb8ab8yrdkqll14cl5n0bch8qpd9qj3c2ky78hhwbly")))) (build-system gnu-build-system) (arguments (list |
