This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b474df6447 gnu: book-sparc: Update to 5.0.0.
b474df6447 is described below

commit b474df6447637814402b37b1cda2324caf82fecc
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Wed Sep 10 13:09:42 2025 +0300

    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 1f2bfba38b..911e5ad535 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

Reply via email to