diff options
author | Stefan Baums <baums@stefanbaums.com> | 2023-03-19 16:29:21 -0700 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-26 18:06:52 -0400 |
commit | 89c8bba0a6cb164987c0e51037a106532e783aa9 (patch) | |
tree | add4bea699a62567fff40b387ce44d245b68b806 /gnu | |
parent | 2b54eca70e1bf637cb32a4aae4cd9d99f8689eb1 (diff) | |
download | guix-89c8bba0a6cb164987c0e51037a106532e783aa9.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 60e86db638..88d833d6c4 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2121,7 +2121,7 @@ confused with one another. This package provides only TrueType files (TTF).") (define-public font-sil-charis (package (name "font-sil-charis") - (version "5.000") + (version "6.200") (source (origin (method url-fetch) (uri (string-append @@ -2129,7 +2129,7 @@ confused with one another. This package provides only TrueType files (TTF).") version ".zip")) (sha256 (base32 - "1zcvw37f1a7gkml3yfm6hxh93844llm7xj4w52600qq3ndrm8gjy")))) + "1pksr5wc9grdj75md4phr1a0gpjxk7xlmhv2nybsd2hbfrssl2ab")))) ;; As for Gentium (see above), the TTF files are considered source. (build-system font-build-system) (synopsis "Serif font for the Cyrillic and Latin alphabets") |