diff options
| author | Kurome <hunt31999@gmail.com> | 2025-06-03 16:10:14 +0900 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-06-05 23:50:16 +0800 |
| commit | eb26a49158aa16b002665cf8a5d0e5761b295e88 (patch) | |
| tree | 6207f551cd825ccdd800bd0b4782a8deec684936 /gnu | |
| parent | ca204940d788796de651f6d48565391e27645913 (diff) | |
gnu: font-google-noto: Update to 2025.06.01.
* gnu/packages/fonts.scm (font-google-noto): Update to 2025.06.01.
Change-Id: Ie014fd104b44cd72d869d972910d058185bef95a
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 441b3a7990b..46eb06bac23 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1322,7 +1322,7 @@ utilities to ease adding new glyphs to the font.") (define-public font-google-noto (package (name "font-google-noto") - (version "2025.04.01") + (version "2025.06.01") (source (origin (method git-fetch) @@ -1331,7 +1331,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 "0mfxikyzk6d7av02bnzykliggasy23lnz6z07bfr3mlv2plwy7f5")))) + (base32 "0afv8lw7h23lh8jhnyrs1cyjwwdixmxkpiww7p7mkshz74kcsmpa")))) (build-system font-build-system) (arguments (list |
