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 | |
| 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>
| -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.") | |||
| 111 | (define-public texinfo-7 | 111 | (define-public texinfo-7 |
| 112 | (package | 112 | (package |
| 113 | (inherit texinfo) | 113 | (inherit texinfo) |
| 114 | (version "7.1.1") | 114 | (version "7.3") |
| 115 | (source (origin | 115 | (source (origin |
| 116 | (method url-fetch) | 116 | (method url-fetch) |
| 117 | (uri (string-append "mirror://gnu/texinfo/texinfo-" | 117 | (uri (string-append "mirror://gnu/texinfo/texinfo-" |
| 118 | version ".tar.xz")) | 118 | version ".tar.xz")) |
| 119 | (sha256 | 119 | (sha256 |
| 120 | (base32 | 120 | (base32 |
| 121 | "10kcdb3pf7yakniccvv0krchs2fh3vh1rvhvnqr98ll3cbj3gbii")))) | 121 | "0bn7ckhxjqrgfvxz122vr5z9bs26bpfxyr2jp1rriyhwynq4xxsi")))) |
| 122 | (inputs (modify-inputs (package-inputs texinfo) | 122 | (inputs (modify-inputs (package-inputs texinfo) |
| 123 | (append perl-archive-zip ;needed for 'tex2any --epub3' | 123 | (append perl-archive-zip ;needed for 'tex2any --epub3' |
| 124 | perl-unicode-eastasianwidth perl-text-unidecode | 124 | perl-unicode-eastasianwidth perl-text-unidecode |
