mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: font-sil-charis: Update to 7.000.
* gnu/packages/fonts.scm (font-sil-charis): Update to 7.000. Change-Id: Iea16f8ea15da6ed9a5af8a3c4c4a9a05706cdde6 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
012dcc4f6b
commit
1708653177
1 changed files with 3 additions and 3 deletions
|
@ -2957,15 +2957,15 @@ confused with one another. This package provides only TrueType files (TTF).")
|
||||||
(define-public font-sil-charis
|
(define-public font-sil-charis
|
||||||
(package
|
(package
|
||||||
(name "font-sil-charis")
|
(name "font-sil-charis")
|
||||||
(version "6.200")
|
(version "7.000")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://software.sil.org/downloads/r/charis/CharisSIL-"
|
"https://software.sil.org/downloads/r/charis/Charis-"
|
||||||
version ".zip"))
|
version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pksr5wc9grdj75md4phr1a0gpjxk7xlmhv2nybsd2hbfrssl2ab"))))
|
"0rkn30fbrcrgfkj904y7fwxqfpkci0a1j7cvypw1mly50c9pn8z3"))))
|
||||||
;; As for Gentium (see above), the TTF files are considered source.
|
;; As for Gentium (see above), the TTF files are considered source.
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(synopsis "Serif font for the Cyrillic and Latin alphabets")
|
(synopsis "Serif font for the Cyrillic and Latin alphabets")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue