gnu: help2man: Update to 1.47.3.

* gnu/packages/man.scm (help2man): Update to 1.47.3.
This commit is contained in:
Efraim Flashner 2015-12-07 10:59:54 +02:00
parent 5f47e71343
commit b847618f65
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
;;; Copyright © 2014 David Thompson <dthompson2@worcester.edu>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -162,7 +163,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
(define-public help2man
(package
(name "help2man")
(version "1.47.2")
(version "1.47.3")
(source
(origin
(method url-fetch)
@ -170,7 +171,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz"))
(sha256
(base32
"0z1zgw6k1fba59fii6ksfi1g2gci6i4ysa3kdfh3j475fdkn1if4"))))
"0miqq77ssk5rgsc9xlv7k5n2wk2c5wv2m1kh4zhbwrggfmjaycn2"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f))