guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: book-sparc: Update to 2.0.0.


From: guix-commits
Subject: 01/02: gnu: book-sparc: Update to 2.0.0.
Date: Thu, 25 Jan 2024 16:35:38 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit d1951037b4cf424058849f122fa54a4c2de83160
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sat Jan 20 20:33:45 2024 +0300

    gnu: book-sparc: Update to 2.0.0.
    
    * gnu/packages/books.scm (book-sparc): Update to 2.0.0.
      [inputs]: Add texlive-chngcntr.
    
    Change-Id: Ief8c8c697e30fbe6f483fdc49969714ca64480fe
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 gnu/packages/books.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm
index c3504bb4ff..a097307293 100644
--- a/gnu/packages/books.scm
+++ b/gnu/packages/books.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -42,7 +42,7 @@
 (define-public book-sparc
   (package
     (name "book-sparc")
-    (version "1.1.0")
+    (version "2.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -50,7 +50,7 @@
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0k1miyrnh5362qy50jzp5j3ww0c8hr7wk3y5kg6xlqgk9f8msvag"))
+                "0bn3a3m0kcjybyaz1a7pj8n48jh1cg4szwi9px3zjhhm5818wi7z"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
@@ -89,6 +89,7 @@
            texlive-glossaries-extra
            texlive-koma-script
            texlive-lilyglyphs
+           texlive-chngcntr
            texlive-minted
            texlive-multirow
            texlive-pgf



reply via email to

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