[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: book-sparc: Update to 2.1.0.
From: |
guix-commits |
Subject: |
03/09: gnu: book-sparc: Update to 2.1.0. |
Date: |
Sat, 20 Jul 2024 06:17:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3518c01cb01452f753b20872c339206c14019065
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Thu Jul 18 06:06:56 2024 +0300
gnu: book-sparc: Update to 2.1.0.
* gnu/packages/books.scm (book-sparc): Update to 2.1.0.
[inputs]: Add texlive-biblatex.
Change-Id: Ie3148e3325a1b333ac8baccd25adc341e389a7cf
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/books.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm
index 8255d403b2..5a6157d557 100644
--- a/gnu/packages/books.scm
+++ b/gnu/packages/books.scm
@@ -42,7 +42,7 @@
(define-public book-sparc
(package
(name "book-sparc")
- (version "2.0.0")
+ (version "2.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -50,7 +50,7 @@
(commit (string-append "v" version))))
(sha256
(base32
- "0bn3a3m0kcjybyaz1a7pj8n48jh1cg4szwi9px3zjhhm5818wi7z"))
+ "1ns2vs5yb9z1hj9gq5y55qz7c9azzhr866b665s8fq50q5m4yhbc"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
@@ -78,6 +78,7 @@
(list font-liberation
texlive-acronym
texlive-adjustbox
+ texlive-biblatex
texlive-bibtex
texlive-bibtexperllibs
texlive-bigfoot
- branch master updated (9df5289c66 -> 1fa4d658d8), guix-commits, 2024/07/20
- 01/09: gnu: cuirass: Update to ab5c751., guix-commits, 2024/07/20
- 02/09: gnu: rr: Update to 5.8.0., guix-commits, 2024/07/20
- 05/09: gnu: skopeo: Update to 1.15.2., guix-commits, 2024/07/20
- 06/09: file-systems: Skip checking the cifs file-system type., guix-commits, 2024/07/20
- 08/09: gnu: distrobox: Update to 1.7.2.1., guix-commits, 2024/07/20
- 04/09: gnu: iperf: Update to 3.17.1., guix-commits, 2024/07/20
- 07/09: gnu: gpxsee: Update to 13.22., guix-commits, 2024/07/20
- 09/09: gnu: distrobox: Patch distrobox-generate-entry., guix-commits, 2024/07/20
- 03/09: gnu: book-sparc: Update to 2.1.0.,
guix-commits <=