summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-14 18:16:57 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-14 18:31:36 +0100
commitec836b46bf52a5f86c61f50e3a2c3330a7ee3665 (patch)
treed10c272438bafceed8c91ffeb01737dd9770c071 /gnu/packages/man.scm
parent2c854762cece1f1d49ab98e600dd4610b1aa05d7 (diff)
downloadguix-patches-ec836b46bf52a5f86c61f50e3a2c3330a7ee3665.tar
guix-patches-ec836b46bf52a5f86c61f50e3a2c3330a7ee3665.tar.gz
gnu: help2man: Update to 1.47.12.
* gnu/packages/man.scm (help2man): Update to 1.47.12. (help2man/latest): Remove variable.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm16
1 files changed, 2 insertions, 14 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index f396eeafa9..f63946c04f 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -198,7 +198,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
(define-public help2man
(package
(name "help2man")
- (version "1.47.10")
+ (version "1.47.12")
(source
(origin
(method url-fetch)
@@ -206,7 +206,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
version ".tar.xz"))
(sha256
(base32
- "1yywli520246aba12vpgj7bhr1r13swad3xm49a0cygqcgywnwgk"))))
+ "0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))
(build-system gnu-build-system)
(arguments `(;; There's no `check' target.
#:tests? #f))
@@ -226,18 +226,6 @@ Linux kernel and C library interfaces employed by user-space programs.")
automatically.")
(license gpl3+)))
-(define-public help2man/latest
- (package
- (inherit help2man)
- (version "1.47.11")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/help2man/help2man-"
- version ".tar.xz"))
- (sha256
- (base32
- "123vsimgx8zq1h077sbyh3bd0hbmlc3wih2231wwh133z1bv51ar"))))))
-
(define-public scdoc
(package
(name "scdoc")