diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-01 23:55:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-01 23:55:23 +0200 |
commit | 5c97df3ae6657a1798c12059bb9c6b24cb6192ab (patch) | |
tree | 1e3b7c814673a8efdb78d753305d65dec23508d7 /gnu/packages/man.scm | |
parent | ad14d9e79d2e97525e88d0b10b3feb8d09ab518a (diff) | |
download | guix-5c97df3ae6657a1798c12059bb9c6b24cb6192ab.tar guix-5c97df3ae6657a1798c12059bb9c6b24cb6192ab.tar.gz |
gnu: help2man: Update to 1.46.1.
* gnu/packages/man.scm (help2man): Update to 1.46.1.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r-- | gnu/packages/man.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 2e319a897e..1dbc4c96d5 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.45.1") + (version "1.46.1") (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 - "1hk7ciqinq7djdb7s94y3jxh06rp8i93bpjmg4r40cniws8wf3y7")))) + "0iqwb3qirl7rp1wwpbh01q89qxvi4h3bc73wi03av6hl4sh05z9x")))) (build-system gnu-build-system) (arguments `(;; There's no `check' target. #:tests? #f)) |