[PATCH] gnu: book-sparc: Update to 2.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 8 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
972733cdbbe1acc17299655fc2dd65d7ef213981.1721272016.git.poptsov.artyom@gmail.com
* gnu/packages/books.scm (book-sparc): Update to 2.1.0.
[inputs]: Add texlive-biblatex.

Change-Id: Ie3148e3325a1b333ac8baccd25adc341e389a7cf
---
gnu/packages/books.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
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-module (gnu packages books)
(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 @@ (define-public book-sparc
(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 @@ (define-public book-sparc
(list font-liberation
texlive-acronym
texlive-adjustbox
+ texlive-biblatex
texlive-bibtex
texlive-bibtexperllibs
texlive-bigfoot

base-commit: 6cfc88e3be73904fc87443cdd5c7d7961923e848
--
2.45.2
Ludovic Courtès wrote 8 months ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 72168-done@debbugs.gnu.org)
87msmcqtmf.fsf@gnu.org
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

Toggle quote (5 lines)
> * gnu/packages/books.scm (book-sparc): Update to 2.1.0.
> [inputs]: Add texlive-biblatex.
>
> Change-Id: Ie3148e3325a1b333ac8baccd25adc341e389a7cf

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72168@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72168
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help