diff options
| author | Stefan Baums <sbaums@gmail.com> | 2025-06-09 13:28:46 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-09 21:07:57 +0200 |
| commit | c458d93248173bf2b82df52c479f3d53cedcbf63 (patch) | |
| tree | 9cef8004777952c5745c94ccb55ffa8a75524631 /gnu | |
| parent | 7a667a7d44fec9f8d987f9a7c11864dd03f4d2f7 (diff) | |
gnu: font-sil-gentium: Update to 7.000.
* gnu/packages/fonts.scm (font-sil-gentium): Update to 7.000.
Change-Id: Ic1450b812bc91887c244fc324dcf3b63e0a0dc76
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 645441101ae..2aa6aa0f228 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -2908,15 +2908,15 @@ for Inria, a public research institute in computer science and mathematics.") | |||
| 2908 | (define-public font-sil-gentium | 2908 | (define-public font-sil-gentium |
| 2909 | (package | 2909 | (package |
| 2910 | (name "font-sil-gentium") | 2910 | (name "font-sil-gentium") |
| 2911 | (version "6.200") | 2911 | (version "7.000") |
| 2912 | (source (origin | 2912 | (source (origin |
| 2913 | (method url-fetch) | 2913 | (method url-fetch) |
| 2914 | (uri (string-append | 2914 | (uri (string-append |
| 2915 | "https://software.sil.org/downloads/r/gentium/GentiumPlus-" | 2915 | "https://software.sil.org/downloads/r/gentium/Gentium-" |
| 2916 | version ".zip")) | 2916 | version ".zip")) |
| 2917 | (sha256 | 2917 | (sha256 |
| 2918 | (base32 | 2918 | (base32 |
| 2919 | "0wxhsxv7xqsfbrywax0lcbmyfbrvrcm5g4c7a2v4j4cng4xi08cv")))) | 2919 | "089y0hf7858gnkj4cgy6qpjq05p0dk9jb9v0c0sm2y527fb68gii")))) |
| 2920 | ;; Note: The zip file provides TTF files only, but the developer release, | 2920 | ;; Note: The zip file provides TTF files only, but the developer release, |
| 2921 | ;; which contains additional files, has a 'SOURCES.txt' file that says | 2921 | ;; which contains additional files, has a 'SOURCES.txt' file that says |
| 2922 | ;; that "the primary source files for the fonts are the fonts themselves". | 2922 | ;; that "the primary source files for the fonts are the fonts themselves". |
