diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-06-12 08:44:36 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-06-12 08:45:51 +0300 |
| commit | e6566646240708a8e65e69a9ba6570f67bb7e986 (patch) | |
| tree | db1fc25601be3d6062102ed70aab932e4a51f3b8 | |
| parent | 3b4550e8de2cf271f1c726ff6681dd1ed5a5bdd5 (diff) | |
gnu: book-sparc: Update to 6.0.0.
* gnu/packages/books.scm (book-sparc): Update to 6.0.0.
[native-inputs]: Add texlive-imakeidx and texlive-tikz-timing.
Change-Id: I8447c57f72e28153447e24324e3013d9476121c8
| -rw-r--r-- | gnu/packages/books.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm index 0b79f1a84dc..f6d1667198c 100644 --- a/gnu/packages/books.scm +++ b/gnu/packages/books.scm | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | ;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org> | 9 | ;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org> |
| 10 | ;;; Copyright © 2023 Maxim Cournoyer <maxim@guixotic.coop> | 10 | ;;; Copyright © 2023 Maxim Cournoyer <maxim@guixotic.coop> |
| 11 | ;;; Copyright © 2023 宋文武 <iyzsong@envs.net> | 11 | ;;; Copyright © 2023 宋文武 <iyzsong@envs.net> |
| 12 | ;;; Copyright © 2023-2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> | 12 | ;;; Copyright © 2023-2026 Artyom V. Poptsov <poptsov.artyom@gmail.com> |
| 13 | ;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza@disroot.org> | 13 | ;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza@disroot.org> |
| 14 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> | 14 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 15 | ;;; | 15 | ;;; |
| @@ -161,7 +161,7 @@ metalinguistic abstraction, recursion, interpreters, and modular programming.") | |||
| 161 | (define-public book-sparc | 161 | (define-public book-sparc |
| 162 | (package | 162 | (package |
| 163 | (name "book-sparc") | 163 | (name "book-sparc") |
| 164 | (version "5.0.0") | 164 | (version "6.0.0") |
| 165 | (source (origin | 165 | (source (origin |
| 166 | (method git-fetch) | 166 | (method git-fetch) |
| 167 | (uri (git-reference | 167 | (uri (git-reference |
| @@ -169,7 +169,7 @@ metalinguistic abstraction, recursion, interpreters, and modular programming.") | |||
| 169 | (commit (string-append "v" version)))) | 169 | (commit (string-append "v" version)))) |
| 170 | (sha256 | 170 | (sha256 |
| 171 | (base32 | 171 | (base32 |
| 172 | "1vln9fvd2ajb55alm0bq3hgkaakfmrvws0f9sshywffclpnj7lnj")) | 172 | "1lvaa4265ddbasf8kzk0s6m3ylsjm4ckgg0hk86fapvk2dfzdvgp")) |
| 173 | (file-name (git-file-name name version)) | 173 | (file-name (git-file-name name version)) |
| 174 | (modules '((guix build utils))))) | 174 | (modules '((guix build utils))))) |
| 175 | (build-system gnu-build-system) | 175 | (build-system gnu-build-system) |
| @@ -199,6 +199,7 @@ metalinguistic abstraction, recursion, interpreters, and modular programming.") | |||
| 199 | texlive-glossaries | 199 | texlive-glossaries |
| 200 | texlive-glossaries-english | 200 | texlive-glossaries-english |
| 201 | texlive-glossaries-extra | 201 | texlive-glossaries-extra |
| 202 | texlive-imakeidx | ||
| 202 | texlive-koma-script | 203 | texlive-koma-script |
| 203 | texlive-libkpathsea | 204 | texlive-libkpathsea |
| 204 | texlive-lilyglyphs | 205 | texlive-lilyglyphs |
| @@ -211,6 +212,7 @@ metalinguistic abstraction, recursion, interpreters, and modular programming.") | |||
| 211 | texlive-svg | 212 | texlive-svg |
| 212 | texlive-t1utils | 213 | texlive-t1utils |
| 213 | texlive-textpos | 214 | texlive-textpos |
| 215 | texlive-tikz-timing | ||
| 214 | texlive-transparent | 216 | texlive-transparent |
| 215 | texlive-trimspaces | 217 | texlive-trimspaces |
| 216 | texlive-upquote | 218 | texlive-upquote |
