[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: help2man: Remove version 1.47.12.
From: |
guix-commits |
Subject: |
03/03: gnu: help2man: Remove version 1.47.12. |
Date: |
Thu, 26 Mar 2020 19:43:43 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit f605eef2d4716023ccd127ca4910e5ccbd7cdfb0
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 27 00:21:35 2020 +0100
gnu: help2man: Remove version 1.47.12.
* gnu/packages/man.scm (help2man): Update to 1.47.13.
(help2man/latest): Remove variable.
---
gnu/packages/man.scm | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 0f25e71..e0019d4 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.12")
+ (version "1.47.13")
(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
- "0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))
+ "08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))
(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.13")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/help2man/help2man-"
- version ".tar.xz"))
- (sha256
- (base32
- "08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))))
-
(define-public scdoc
(package
(name "scdoc")