guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: Remove address@hidden


From: guix-commits
Subject: 09/09: gnu: Remove address@hidden
Date: Sun, 26 May 2019 13:50:51 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 848e600d71bc7420ff08cc1f1fd40498b7817ab4
Author: Marius Bakke <address@hidden>
Date:   Sat May 25 00:53:04 2019 +0200

    gnu: Remove address@hidden
    
    * gnu/packages/man.scm (help2man): Update to 1.47.10.
    (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 04c800e..a24c7ef 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.6")
+    (version "1.47.10")
     (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
-        "0vz4dlrvy4vc6l7w0a7n668pfa0rdm73wr2gar58wqranyah46yr"))))
+        "1yywli520246aba12vpgj7bhr1r13swad3xm49a0cygqcgywnwgk"))))
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f))
@@ -224,18 +224,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.10")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnu/help2man/help2man-"
-                                  version ".tar.xz"))
-              (sha256
-               (base32
-                "1yywli520246aba12vpgj7bhr1r13swad3xm49a0cygqcgywnwgk"))))))
-
 (define-public scdoc
   (package
    (name "scdoc")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]