guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add texi2html-1.82.


From: guix-commits
Subject: 01/02: gnu: Add texi2html-1.82.
Date: Sat, 4 Apr 2020 20:06:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f9f3ac4eda0206b3d42a1e907c59723b69ffe7a8
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Apr 5 02:04:39 2020 +0200

    gnu: Add texi2html-1.82.
    
    * gnu/packages/texinfo.scm (texi2html-1.82): New variable.
---
 gnu/packages/texinfo.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 24ad1d3..4042353 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2017, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2020 Nicolas Goaziou <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -188,6 +189,18 @@ Texi2HTML.")
     ;; Files in /lib under lgpl2.1+ and x11
     (license gpl2+)))
 
+(define-public texi2html-1.82
+  (package
+    (inherit texi2html)
+    (version "1.82")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://savannah/texi2html/"
+                           "texi2html-" version ".tar.bz2"))
+       (sha256
+        (base32 "1wdli2szkgm3l0vx8rf6lylw0b0m47dlz9iy004n928nqkzix76n"))))))
+
 (define-public pinfo
   (package
     (name "pinfo")



reply via email to

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