summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-29 14:39:24 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-29 14:42:10 +0200
commit622a616e33e40307b7e48f49052837f52b5bed99 (patch)
treeac5b7ba453b9c7ff4f55f6a83a4bcd3188017245 /gnu
parentb1f5fe0eb7c5b1562a4968411d20fc489dea2e0b (diff)
downloadguix-622a616e33e40307b7e48f49052837f52b5bed99.tar.gz
gnu: help2man: Update to 1.47.1.
* gnu/packages/man.scm (help2man): Update to 1.47.1.
Diffstat (limited to 'gnu')
-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 fb43db9de9..3173fac176 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -153,7 +153,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
 (define-public help2man
   (package
     (name "help2man")
-    (version "1.46.6")
+    (version "1.47.1")
     (source
      (origin
       (method url-fetch)
@@ -161,7 +161,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "1brccgnjf09f2zg70s6gv6gn68mi59kp3zf50wvxp79n72ngapv1"))))
+        "01ib718afwc28bmh1n0p5h7245vs3rrfm7bj1sq4avmh1kv2d6y5"))))
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f))