mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: texinfo-7: Update to 7.1.1.
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.1.1. Change-Id: Ic676c9a29e3efc0c656c3c5315cc83132a475a30 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
@@ -107,14 +107,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.1")
|
(version "7.1.1")
|
||||||
(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
|
||||||
"0lq9nf1as11mfqf2ydyc6b1xl1hqk0qj5llavxph97hmkzqwkvny"))))
|
"10kcdb3pf7yakniccvv0krchs2fh3vh1rvhvnqr98ll3cbj3gbii"))))
|
||||||
(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
|
||||||
|
|||||||
Reference in New Issue
Block a user