From b474df6447637814402b37b1cda2324caf82fecc Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 10 Sep 2025 13:09:42 +0300 Subject: [PATCH] gnu: book-sparc: Update to 5.0.0. * gnu/packages/books.scm (book-sparc): Update to 5.0.0. [native-inputs]: Add texlive-framed and texlive-libkpathsea. Change-Id: I765f274a41318e51ae6099361dcf3b66bf6dbcab --- gnu/packages/books.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm index 1f2bfba38b9..911e5ad5356 100644 --- a/gnu/packages/books.scm +++ b/gnu/packages/books.scm @@ -42,7 +42,7 @@ (define-public book-sparc (package (name "book-sparc") - (version "4.0.0") + (version "5.0.0") (source (origin (method git-fetch) (uri (git-reference @@ -50,7 +50,7 @@ (commit (string-append "v" version)))) (sha256 (base32 - "1n1ci224g09d105dgy8zpr8k4xg76d639p2ic90726b75sr0sm4w")) + "1vln9fvd2ajb55alm0bq3hgkaakfmrvws0f9sshywffclpnj7lnj")) (file-name (git-file-name name version)) (modules '((guix build utils))))) (build-system gnu-build-system) @@ -76,10 +76,12 @@ texlive-csquotes texlive-fancyvrb texlive-fontspec + texlive-framed texlive-glossaries texlive-glossaries-english texlive-glossaries-extra texlive-koma-script + texlive-libkpathsea texlive-lilyglyphs texlive-lineno texlive-minted