gnu: texinfo-7: Update to 7.1.0.
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.1.0. Change-Id: Ie430edae45c4a3605f8408effd7528d86664ab61 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
b4e60b8362
commit
e03886d6f6
|
@ -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.3")
|
(version "7.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
|
||||||
"1gq7i01iblgfcwby1977adh8mab9vpq318vsz628wlkzkp821d3l"))))
|
"0lq9nf1as11mfqf2ydyc6b1xl1hqk0qj5llavxph97hmkzqwkvny"))))
|
||||||
(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