guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c458d93248173bf2b82df52c479f3d53cedcbf63
Author: Stefan Baums <sba...@gmail.com>
AuthorDate: Mon Jun 9 13:28:46 2025 +0200

    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 <andr...@enge.fr>
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 645441101a..2aa6aa0f22 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.")
 (define-public font-sil-gentium
   (package
     (name "font-sil-gentium")
-    (version "6.200")
+    (version "7.000")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://software.sil.org/downloads/r/gentium/GentiumPlus-";
+                    "https://software.sil.org/downloads/r/gentium/Gentium-";
                     version ".zip"))
               (sha256
                (base32
-                "0wxhsxv7xqsfbrywax0lcbmyfbrvrcm5g4c7a2v4j4cng4xi08cv"))))
+                "089y0hf7858gnkj4cgy6qpjq05p0dk9jb9v0c0sm2y527fb68gii"))))
     ;; Note: The zip file provides TTF files only, but the developer release,
     ;; which contains additional files, has a 'SOURCES.txt' file that says
     ;; that "the primary source files for the fonts are the fonts themselves".

Reply via email to