mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: book-sparc: Update to 5.0.0.
* gnu/packages/books.scm (book-sparc): Update to 5.0.0. [native-inputs]: Add texlive-framed and texlive-libkpathsea. Change-Id: I765f274a41318e51ae6099361dcf3b66bf6dbcab
This commit is contained in:
parent
7eeeb2d8ce
commit
b474df6447
1 changed files with 4 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
(define-public book-sparc
|
||||
(package
|
||||
(name "book-sparc")
|
||||
(version "4.0.0")
|
||||
(version "5.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1n1ci224g09d105dgy8zpr8k4xg76d639p2ic90726b75sr0sm4w"))
|
||||
"1vln9fvd2ajb55alm0bq3hgkaakfmrvws0f9sshywffclpnj7lnj"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
@ -76,10 +76,12 @@
|
|||
texlive-csquotes
|
||||
texlive-fancyvrb
|
||||
texlive-fontspec
|
||||
texlive-framed
|
||||
texlive-glossaries
|
||||
texlive-glossaries-english
|
||||
texlive-glossaries-extra
|
||||
texlive-koma-script
|
||||
texlive-libkpathsea
|
||||
texlive-lilyglyphs
|
||||
texlive-lineno
|
||||
texlive-minted
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue