diff options
author | Kurome <hunt31999@gmail.com> | 2025-04-02 13:02:01 +0900 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-02 11:24:30 +0200 |
commit | de66c7be346a2e30195efcca5bd1c89027b80c9e (patch) | |
tree | 01a1540b0cb30714c40f187015d734b3cf7bd826 | |
parent | e8c6461c3b247f911831bfe751df0ed4583166ae (diff) |
gnu: font-google-noto: Update to 2025.04.01.
* gnu/packages/fonts.scm (font-google-noto): Update to 2025.04.01.
[home-page]: Update.
Change-Id: I9ee8e309a141cdcc865d99c20cf8b1fdf4ce9972
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 9b329b3f37..65df49cd11 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1154,7 +1154,7 @@ utilities to ease adding new glyphs to the font.") (define-public font-google-noto (package (name "font-google-noto") - (version "2025.01.01") + (version "2025.04.01") (source (origin (method git-fetch) @@ -1163,7 +1163,7 @@ utilities to ease adding new glyphs to the font.") (commit (string-append "noto-monthly-release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0vplwq079dlymbbc4lvvydxpf8hxvjdihvrj2464gzii37n7b7nv")))) + (base32 "0mfxikyzk6d7av02bnzykliggasy23lnz6z07bfr3mlv2plwy7f5")))) (build-system font-build-system) (arguments (list @@ -1210,7 +1210,7 @@ source, unhinted and hinted variants are always available." (with-directory-excursion "fonts" (for-each install-font (scan-directory ".")))))))) (outputs '("out" "ttf")) - (home-page "https://www.google.com/get/noto/") + (home-page "https://fonts.google.com/noto") (synopsis "Fonts to cover all languages") (description "Google Noto Fonts is a family of fonts designed to support all languages with a consistent look and aesthetic. Its goal is to properly |