summary refs log tree commit diff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-09-27 12:31:37 +0200
committerAndreas Enge <andreas@enge.fr>2014-09-27 12:31:37 +0200
commit38877bf34685a3ebf0aeeb954d542aeaa22a05d0 (patch)
tree573c9a28732230c1e86f1b2789e34c6e0221bbd3 /gnu/packages/man.scm
parent237c048609c9e1211e96cc357a04872f03bc9e4c (diff)
downloadguix-38877bf34685a3ebf0aeeb954d542aeaa22a05d0.tar.gz
gnu: help2man: Update to 1.46.3.
* gnu/packages/man.scm (help2man): Update to 1.46.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 1dbc4c96d5..c143697883 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -145,7 +145,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
 (define-public help2man
   (package
     (name "help2man")
-    (version "1.46.1")
+    (version "1.46.3")
     (source
      (origin
       (method url-fetch)
@@ -153,7 +153,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "0iqwb3qirl7rp1wwpbh01q89qxvi4h3bc73wi03av6hl4sh05z9x"))))
+        "0hi94a6ai96yw0v8xgjzpp5c6jr33ifmbn2mkp7wz7rgmwxxqsd6"))))
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f))