diff options
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") |
