diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-07-18 06:06:56 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-07-20 12:12:15 +0200 |
commit | 3518c01cb01452f753b20872c339206c14019065 (patch) | |
tree | 2e818397c5decdfc9bbee0e6f152f12c3d034b7c /gnu/packages | |
parent | d7c51ee981b39e92bfd3d18ba403d5d7157c7c1a (diff) | |
download | guix-3518c01cb01452f753b20872c339206c14019065.tar.gz guix-3518c01cb01452f753b20872c339206c14019065.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/books.scm | 5 |
1 files 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 |