apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 1794368239704665df2d94d6ba0fb326b072948a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Dec 17 22:41:52 2021 -0500
gnu: help2man: Update to 1.48.5.
* gnu/packages/man.scm (help2man): Update to 1.48.5.
---
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 53ffc4ac62..0169c43a22 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -310,7 +310,7 @@ Linux kernel and C library interfaces employed by
user-space programs.")
;; input "locales" contain the original (English) text.
(package
(name "help2man")
- (version "1.48.3")
+ (version "1.48.5")
(source
(origin
(method url-fetch)
@@ -318,7 +318,7 @@ Linux kernel and C library interfaces employed by
user-space programs.")
version ".tar.xz"))
(sha256
(base32
- "1b58s40dh2lflrkgbyxg1s48p8icb5a5yzp9ch83kg9zchygyqc3"))))
+ "1gl24n9am3ivhql1gs9lffb415irg758fhxyk4ryssiflk5f8fb7"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f