guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: help2man: Add 1.47.8.


From: Ludovic Courtès
Subject: 04/05: gnu: help2man: Add 1.47.8.
Date: Mon, 19 Nov 2018 03:59:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5e9ce98af74d96bc4f2caf965de3bcd4aa8d8d2a
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 19 09:47:06 2018 +0100

    gnu: help2man: Add 1.47.8.
    
    * gnu/packages/man.scm (help2man/latest): New variable.
---
 gnu/packages/man.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 58e26d8..b640884 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2014, 2015, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2014, 2015, 2017, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 David Thompson <address@hidden>
 ;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Alex Kost <address@hidden>
@@ -216,6 +216,18 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
 automatically.")
     (license gpl3+)))
 
+(define-public help2man/latest
+  (package
+    (inherit help2man)
+    (version "1.47.8")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/help2man/help2man-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1p5830h88cx0zn0snwaj0vpph81xicpsirfwlxmcgjrlmn0nm3sj"))))))
+
 (define-public txt2man
   (package
     (name "txt2man")



reply via email to

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