diff options
| author | Andy Tai <atai@atai.org> | 2026-03-03 00:19:22 -0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-04 15:37:10 +0100 |
| commit | 425329b1bf64045c8b07c04455fba30142fc8d8b (patch) | |
| tree | d7e2f0653c8eee1719ff0bd11fd9f83996d0a23e /gnu/packages | |
| parent | 0c748bee76afb2424f066548490ed2853d2643a3 (diff) | |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/texinfo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
