diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-21 18:01:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-21 18:01:17 +0200 |
commit | 74dc959cb037655e0a2e52fa9062777d4da41602 (patch) | |
tree | 2d338fcde83fe5827a271fd835a6a6033f579e55 /gnu/packages/man.scm | |
parent | ee53a14417753cbc18b72374cd16ba777fd2bfc7 (diff) | |
download | guix-74dc959cb037655e0a2e52fa9062777d4da41602.tar guix-74dc959cb037655e0a2e52fa9062777d4da41602.tar.gz |
gnu: help2man: Update to 1.47.2.
* gnu/packages/man.scm (help2man): Update to 1.47.2.
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 31598d0168..46b7d8b9b0 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -162,7 +162,7 @@ Linux kernel and C library interfaces employed by user-space programs.") (define-public help2man (package (name "help2man") - (version "1.47.1") + (version "1.47.2") (source (origin (method url-fetch) @@ -170,7 +170,7 @@ Linux kernel and C library interfaces employed by user-space programs.") version ".tar.xz")) (sha256 (base32 - "01ib718afwc28bmh1n0p5h7245vs3rrfm7bj1sq4avmh1kv2d6y5")))) + "0z1zgw6k1fba59fii6ksfi1g2gci6i4ysa3kdfh3j475fdkn1if4")))) (build-system gnu-build-system) (arguments `(;; There's no `check' target. #:tests? #f)) |