summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorMiguel Ángel Arruga Vivas <rosen644835@gmail.com>2020-12-11 23:47:47 +0100
committerMiguel Ángel Arruga Vivas <rosen644835@gmail.com>2021-01-06 17:14:49 +0100
commitcfe606572dc644dbb32741d94c9d0af683cdc8ff (patch)
tree4f5532ab8d6008f90dfb21d70ad509449d9bf1b6 /gnu/packages/man.scm
parent378df42fc5ed85260cd9d4c666b67f29baf11f48 (diff)
downloadguix-patches-cfe606572dc644dbb32741d94c9d0af683cdc8ff.tar
guix-patches-cfe606572dc644dbb32741d94c9d0af683cdc8ff.tar.gz
gnu: help2man: Update to 1.47.16.
* gnu/packages/man.scm (help2man): Update to version 1.47.16.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 43f503e39c..625773780a 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