guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/12: gnu: book-sparc: Update to 1.1.0.


From: guix-commits
Subject: 04/12: gnu: book-sparc: Update to 1.1.0.
Date: Thu, 23 Nov 2023 09:21:59 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 8960eb027834be3e2d415b584aa74b9d8d9251dd
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Nov 22 23:13:18 2023 +0300

    gnu: book-sparc: Update to 1.1.0.
    
    * gnu/packages/books.scm (book-sparc): Update to 1.1.0.
    [source]: Don't delete "sparc.pdf" as the file is now absent from the
    repository.
    [inputs]: Add "texlive-glossaries-english".
    
    Change-Id: I2e3b72a6a18d82d98787ea9a41041d11413f9c3a
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/books.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm
index 97a7e3b45c..c3504bb4ff 100644
--- a/gnu/packages/books.scm
+++ b/gnu/packages/books.scm
@@ -42,7 +42,7 @@
 (define-public book-sparc
   (package
     (name "book-sparc")
-    (version "1.0.1")
+    (version "1.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -50,12 +50,11 @@
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0dswwwkb3h88cl3mhiy79s8i7sa9lmw6fxaj782vxgif795lcpxs"))
+                "0k1miyrnh5362qy50jzp5j3ww0c8hr7wk3y5kg6xlqgk9f8msvag"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
                #~(begin
-                   (delete-file "sparc.pdf")
                    (substitute* "version.tex.in"
                      (("@COMMIT@") ""))
                    (substitute* "Makefile"
@@ -86,6 +85,7 @@
            texlive-collection-langcyrillic
            texlive-fontspec
            texlive-glossaries
+           texlive-glossaries-english
            texlive-glossaries-extra
            texlive-koma-script
            texlive-lilyglyphs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]