me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

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