mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
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>
This commit is contained in:
parent
ca204940d7
commit
eb26a49158
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue