From 425329b1bf64045c8b07c04455fba30142fc8d8b Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Tue, 3 Mar 2026 00:19:22 -0800 Subject: gnu: texinfo-7: Update to 7.3. * gnu/packages/texinfo.scm (texinfo-7): Update to 7.3. Change-Id: Iaa27dfeaef7cfdebd1810b310cf3ddba1a47bf14 Signed-off-by: Andreas Enge --- gnu/packages/texinfo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 2116e1d2a9a..e87b1a7024b 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -111,14 +111,14 @@ is on expressing the content semantically, avoiding physical markup commands.") (define-public texinfo-7 (package (inherit texinfo) - (version "7.1.1") + (version "7.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/texinfo/texinfo-" version ".tar.xz")) (sha256 (base32 - "10kcdb3pf7yakniccvv0krchs2fh3vh1rvhvnqr98ll3cbj3gbii")))) + "0bn7ckhxjqrgfvxz122vr5z9bs26bpfxyr2jp1rriyhwynq4xxsi")))) (inputs (modify-inputs (package-inputs texinfo) (append perl-archive-zip ;needed for 'tex2any --epub3' perl-unicode-eastasianwidth perl-text-unidecode -- cgit v1.2.3