summary refs log tree commit diff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-27 00:21:35 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-27 00:21:35 +0100
commitf605eef2d4716023ccd127ca4910e5ccbd7cdfb0 (patch)
treefd1072dcc1d8259b490222674a184d4a5e82c5a8 /gnu/packages/man.scm
parent20586ffdc746b17f8208e77852752e99bf5bee55 (diff)
downloadguix-f605eef2d4716023ccd127ca4910e5ccbd7cdfb0.tar.gz
gnu: help2man: Remove version 1.47.12.
* gnu/packages/man.scm (help2man): Update to 1.47.13.
(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 0f25e71671..e0019d4c6e 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")