summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-07-11 22:30:46 +0200
committerLudovic Courtès <ludo@gnu.org>2013-07-11 22:30:46 +0200
commit6a012c5f510a324ffe34ebf585f47fcd40ea63a3 (patch)
treeea62e0260aa52e148440cd2c9ba225d1ac7b1ac3 /gnu
parentd934fd65af42a41029d9f923c717f17604a58bd3 (diff)
downloadguix-6a012c5f510a324ffe34ebf585f47fcd40ea63a3.tar.gz
gnu: help2man: Upgrade to 1.43.3.
* gnu/packages/help2man.scm (help2man): Upgrade to 1.43.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/help2man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/help2man.scm b/gnu/packages/help2man.scm
index 483562148d..021677593c 100644
--- a/gnu/packages/help2man.scm
+++ b/gnu/packages/help2man.scm
@@ -26,7 +26,7 @@
 (define-public help2man
   (package
     (name "help2man")
-    (version "1.41.2")
+    (version "1.43.3")
     (source
      (origin
       (method url-fetch)
@@ -34,7 +34,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1as014d8wxy7529fr8n2ihy61c2p5jzywzirkqggvz8lwg6r933a"))))
+        "00yk86rvvaavg7y6i5bvk5xhm417jl9dpr8bqvqdksw0i48qv5v7"))))
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f))