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>master
parent
d7c51ee981
commit
3518c01cb0
|
@ -42,7 +42,7 @@
|
||||||
(define-public book-sparc
|
(define-public book-sparc
|
||||||
(package
|
(package
|
||||||
(name "book-sparc")
|
(name "book-sparc")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bn3a3m0kcjybyaz1a7pj8n48jh1cg4szwi9px3zjhhm5818wi7z"))
|
"1ns2vs5yb9z1hj9gq5y55qz7c9azzhr866b665s8fq50q5m4yhbc"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
@ -78,6 +78,7 @@
|
||||||
(list font-liberation
|
(list font-liberation
|
||||||
texlive-acronym
|
texlive-acronym
|
||||||
texlive-adjustbox
|
texlive-adjustbox
|
||||||
|
texlive-biblatex
|
||||||
texlive-bibtex
|
texlive-bibtex
|
||||||
texlive-bibtexperllibs
|
texlive-bibtexperllibs
|
||||||
texlive-bigfoot
|
texlive-bigfoot
|
||||||
|
|
Reference in New Issue