From cfe606572dc644dbb32741d94c9d0af683cdc8ff Mon Sep 17 00:00:00 2001 From: Miguel Ángel Arruga Vivas Date: Fri, 11 Dec 2020 23:47:47 +0100 Subject: 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(-) (limited to 'gnu/packages/man.scm') 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 -- cgit v1.2.3