summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-12-06 15:21:43 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-12-06 15:21:43 +0100
commitf4abe0585d63c220874f6730cf1dfcfc7c8ecc31 (patch)
tree04c9dbc988a5658e5445ada5dba2a56ac87e11b7 /gnu/packages/man.scm
parent2eca68b9f63968a7e38daba05d7740379b5da97e (diff)
downloadguix-patches-f4abe0585d63c220874f6730cf1dfcfc7c8ecc31.tar
guix-patches-f4abe0585d63c220874f6730cf1dfcfc7c8ecc31.tar.gz
gnu: help2man: Update to 1.47.5.
* gnu/packages/man.scm (help2man): Update to 1.47.5.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 8abdaf48f6..a8d0d9e776 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -186,7 +186,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
(define-public help2man
(package
(name "help2man")
- (version "1.47.4")
+ (version "1.47.5")
(source
(origin
(method url-fetch)
@@ -194,7 +194,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz"))
(sha256
(base32
- "0lvp4306f5nq08f3snffs5pp1zwv8l35z6f5g0dds51zs6bzdv6l"))))
+ "1cb14kp380jzk1yi4i7x9d8qplc8c5mgcbgycgs9ggpx34jhp9kw"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f))