diff --git a/gnu/packages/help2man.scm b/gnu/packages/help2man.scm index 483562148dd3fbf2e92396351b36abcc6e240690..021677593c275ea45e6097ac604384e7ea901e56 100644 --- a/gnu/packages/help2man.scm +++ b/gnu/packages/help2man.scm @@ -26,7 +26,7 @@ (define-module (gnu packages help2man) (define-public help2man (package (name "help2man") - (version "1.41.2") + (version "1.43.3") (source (origin (method url-fetch) @@ -34,7 +34,7 @@ (define-public help2man version ".tar.gz")) (sha256 (base32 - "1as014d8wxy7529fr8n2ihy61c2p5jzywzirkqggvz8lwg6r933a")))) + "00yk86rvvaavg7y6i5bvk5xhm417jl9dpr8bqvqdksw0i48qv5v7")))) (build-system gnu-build-system) (arguments `(;; There's no `check' target. #:tests? #f))