[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: help2man: Update to 1.47.16.
From: |
guix-commits |
Subject: |
03/03: gnu: help2man: Update to 1.47.16. |
Date: |
Wed, 6 Jan 2021 11:44:00 -0500 (EST) |
m1gu3l pushed a commit to branch core-updates
in repository guix.
commit cfe606572dc644dbb32741d94c9d0af683cdc8ff
Author: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
AuthorDate: Fri Dec 11 23:47:47 2020 +0100
gnu: help2man: Update to 1.47.16.
* gnu/packages/man.scm (help2man): Update to version 1.47.16.
---
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 43f503e..6257737 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -262,7 +262,7 @@ Linux kernel and C library interfaces employed by
user-space programs.")
;; input "locales" contain the original (English) text.
(package
(name "help2man")
- (version "1.47.13")
+ (version "1.47.16")
(source
(origin
(method url-fetch)
@@ -270,7 +270,7 @@ Linux kernel and C library interfaces employed by
user-space programs.")
version ".tar.xz"))
(sha256
(base32
- "08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))
+ "1x586h7wvripcay35kdh2kvydx84y8yy93ffjah2rqw6bc65iy1y"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f