mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
8ced5fd4d6
commit
da410b45a9
1 changed files with 2 additions and 2 deletions
|
@ -104,14 +104,14 @@ (define-public texinfo
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue