gnu: Add texi2html-1.82.

* gnu/packages/texinfo.scm (texi2html-1.82): New variable.
This commit is contained in:
Nicolas Goaziou 2020-04-05 02:04:39 +02:00
parent 376ba0ce57
commit f9f3ac4eda
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4,6 +4,7 @@
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -188,6 +189,18 @@ (define-public 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")