summary refs log tree commit diff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-16 11:36:08 +0200
committerMarius Bakke <marius@gnu.org>2021-05-22 17:08:14 +0200
commitb3338f10c49ae08704d330e40d73a8b675eb75d6 (patch)
treedc250f19b50aee6d33bd81532ff180c9a81f183a /gnu/packages/man.scm
parent5d3ac92cc738b069bd45eca4b0aec6deab5f17cc (diff)
downloadguix-b3338f10c49ae08704d330e40d73a8b675eb75d6.tar.gz
gnu: help2man: Update to 1.48.3.
* gnu/packages/man.scm (help2man): Update to 1.48.3.
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 06a8093600..efb9de3826 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -308,7 +308,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.16")
+    (version "1.48.3")
     (source
      (origin
       (method url-fetch)
@@ -316,7 +316,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "1x586h7wvripcay35kdh2kvydx84y8yy93ffjah2rqw6bc65iy1y"))))
+        "1b58s40dh2lflrkgbyxg1s48p8icb5a5yzp9ch83kg9zchygyqc3"))))
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f