guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: font-sarasa-gothic: Update to 0.42.0.


From: guix-commits
Subject: 02/09: gnu: font-sarasa-gothic: Update to 0.42.0.
Date: Sat, 30 Sep 2023 05:35:14 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 7c92356adff66e645e6956a095018a7905e08908
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Sep 27 19:43:13 2023 +0800

    gnu: font-sarasa-gothic: Update to 0.42.0.
    
    * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 404495f6e3..5c364ec802 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1937,7 +1937,7 @@ weights and five widths in both Roman and Italic, plus 
variable fonts.")
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")
-    (version "0.41.8")
+    (version "0.42.0")
     (source
      (origin
        (method url-fetch)
@@ -1945,7 +1945,7 @@ weights and five widths in both Roman and Italic, plus 
variable fonts.")
                            "/releases/download/v" version
                            "/sarasa-gothic-ttc-" version ".7z"))
        (sha256
-        (base32 "0m2c3g8c6wxgyyvmraln4bx0qn949j9rin593s1c01hzah435cac"))))
+        (base32 "06yvymkkmp8g7innmwg9xc6wdsfngj118k1fhp8fcav4110qx585"))))
     (build-system font-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]