diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-18 23:29:54 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-19 09:42:13 +0900 |
| commit | 6c270f46bb9d2ce0320b9268b7d603f83938b4db (patch) | |
| tree | 8c0ae153c8cfd14687b0b36b8372a070bb52a5c8 | |
| parent | bb81a40b22d53a9c8b4bae32fabd571bb38f980a (diff) | |
gnu: texinfo-7: Update to 7.2.
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.2.
Change-Id: Ia8244fa931d4696463a70efdd3281c502f4c8ee1
| -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 47d6a689e42..09e1e428d97 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.2") |
| 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 | "19k38dqmsk4p03h6yr7p1p7498wpl6f8i06bhbx17wdyixwdfa83")))) |
| 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 |
