From 4f102a1d7807e6906c1164c35cbe0f59427a2164 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 3 Apr 2014 21:26:02 +0200 Subject: gnu: help2man: Upgrade to 1.45.1. * gnu/packages/help2man.scm (help2man): Upgrade to 1.45.1. --- gnu/packages/help2man.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/help2man.scm b/gnu/packages/help2man.scm index 55c6faf404..9f3af7c9f5 100644 --- a/gnu/packages/help2man.scm +++ b/gnu/packages/help2man.scm @@ -26,15 +26,15 @@ (define-public help2man (package (name "help2man") - (version "1.43.3") + (version "1.45.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/help2man/help2man-" - version ".tar.gz")) + version ".tar.xz")) (sha256 (base32 - "00yk86rvvaavg7y6i5bvk5xhm417jl9dpr8bqvqdksw0i48qv5v7")))) + "1hk7ciqinq7djdb7s94y3jxh06rp8i93bpjmg4r40cniws8wf3y7")))) (build-system gnu-build-system) (arguments `(;; There's no `check' target. #:tests? #f)) -- cgit v1.2.3