This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 425329b1bf gnu: texinfo-7: Update to 7.3.
425329b1bf is described below
commit 425329b1bf64045c8b07c04455fba30142fc8d8b
Author: Andy Tai <[email protected]>
AuthorDate: Tue Mar 3 00:19:22 2026 -0800
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 <[email protected]>
---
gnu/packages/texinfo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 2116e1d2a9..e87b1a7024 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