diff options
| author | Stefan Baums <sbaums@gmail.com> | 2025-06-09 13:28:48 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-09 21:08:16 +0200 |
| commit | 17086531773722f758c3826fb53dd2e951ceb620 (patch) | |
| tree | 5206fb923e3304bdab60b9f5c845f9f03ff42f64 /gnu | |
| parent | 012dcc4f6b87439c051a39f0cc6f79a96b50a081 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index d53367c48ab..4143ff351e1 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -2957,15 +2957,15 @@ confused with one another. This package provides only TrueType files (TTF).") | |||
| 2957 | (define-public font-sil-charis | 2957 | (define-public font-sil-charis |
| 2958 | (package | 2958 | (package |
| 2959 | (name "font-sil-charis") | 2959 | (name "font-sil-charis") |
| 2960 | (version "6.200") | 2960 | (version "7.000") |
| 2961 | (source (origin | 2961 | (source (origin |
| 2962 | (method url-fetch) | 2962 | (method url-fetch) |
| 2963 | (uri (string-append | 2963 | (uri (string-append |
| 2964 | "https://software.sil.org/downloads/r/charis/CharisSIL-" | 2964 | "https://software.sil.org/downloads/r/charis/Charis-" |
| 2965 | version ".zip")) | 2965 | version ".zip")) |
| 2966 | (sha256 | 2966 | (sha256 |
| 2967 | (base32 | 2967 | (base32 |
| 2968 | "1pksr5wc9grdj75md4phr1a0gpjxk7xlmhv2nybsd2hbfrssl2ab")))) | 2968 | "0rkn30fbrcrgfkj904y7fwxqfpkci0a1j7cvypw1mly50c9pn8z3")))) |
| 2969 | ;; As for Gentium (see above), the TTF files are considered source. | 2969 | ;; As for Gentium (see above), the TTF files are considered source. |
| 2970 | (build-system font-build-system) | 2970 | (build-system font-build-system) |
| 2971 | (synopsis "Serif font for the Cyrillic and Latin alphabets") | 2971 | (synopsis "Serif font for the Cyrillic and Latin alphabets") |
