mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue