mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: font-sil-charis: Update to 6.2.0.
* gnu/packages/fonts.scm (font-sil-charis): Update to 6.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
2b54eca70e
commit
89c8bba0a6
1 changed files with 2 additions and 2 deletions
|
@ -2121,7 +2121,7 @@ (define-public font-sil-andika
|
||||||
(define-public font-sil-charis
|
(define-public font-sil-charis
|
||||||
(package
|
(package
|
||||||
(name "font-sil-charis")
|
(name "font-sil-charis")
|
||||||
(version "5.000")
|
(version "6.200")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2129,7 +2129,7 @@ (define-public font-sil-charis
|
||||||
version ".zip"))
|
version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zcvw37f1a7gkml3yfm6hxh93844llm7xj4w52600qq3ndrm8gjy"))))
|
"1pksr5wc9grdj75md4phr1a0gpjxk7xlmhv2nybsd2hbfrssl2ab"))))
|
||||||
;; 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…
Reference in a new issue