gnu: texinfo: Update to 7.0.3

* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.3

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2023-03-26 21:18:49 -07:00 committed by Christopher Baines
parent 8ced5fd4d6
commit da410b45a9
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -104,14 +104,14 @@ (define-public texinfo
(define-public texinfo-7
(package
(inherit texinfo)
(version "7.0.2")
(version "7.0.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/texinfo/texinfo-"
version ".tar.xz"))
(sha256
(base32
"1balvbkdlwa8zwnzp4irkixq1zhps2wr6njmwj4ilgiqc4rfq4gj"))))
"1gq7i01iblgfcwby1977adh8mab9vpq318vsz628wlkzkp821d3l"))))
(inputs (modify-inputs (package-inputs texinfo)
(append perl-archive-zip))) ;needed for 'tex2any --epub3'
(arguments