diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-04-06 23:38:49 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-04-06 23:38:49 +0300 |
commit | 6af680670bf9055b90e6f8b63c4c2ab7b08e7c56 (patch) | |
tree | 8aea1b20c5af92536194314b6e41903248a196b8 | |
parent | ada14197fb465c1c90efbc450308c14f077ff167 (diff) |
gnu: book-sparc: Update to 4.0.0.
* gnu/packages/books.scm (book-sparc): Update to 4.0.0.
[inputs]: Add texlive-csquotes.
Change-Id: I22a949c62e8d1f6fa5b1a2a69e4f0dc94ad05090
-rw-r--r-- | gnu/packages/books.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm index b2bc2791f2..9485e03725 100644 --- a/gnu/packages/books.scm +++ b/gnu/packages/books.scm @@ -42,7 +42,7 @@ (define-public book-sparc (package (name "book-sparc") - (version "3.0.2") + (version "4.0.0") (source (origin (method git-fetch) (uri (git-reference @@ -50,7 +50,7 @@ (commit (string-append "v" version)))) (sha256 (base32 - "19jq3sj8az8vn36qz0ld1glzw7qxsvqs95yxnw2r691caphvsfvk")) + "1n1ci224g09d105dgy8zpr8k4xg76d639p2ic90726b75sr0sm4w")) (file-name (git-file-name name version)) (modules '((guix build utils))))) (build-system gnu-build-system) @@ -76,6 +76,7 @@ texlive-chngcntr texlive-circuitikz texlive-collection-langcyrillic + texlive-csquotes texlive-fancyvrb texlive-fontspec texlive-glossaries |