summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fonts.scm6
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".