mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: font-google-noto: Update to 2025.07.01.
* gnu/packages/fonts.scm (font-google-noto): Update to 2025.07.01. Closes: #1093 Change-Id: Iff90d0631dc69d6279afdc04c6c58051656e4a8d Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
6a75d557fb
commit
7fb90150f3
1 changed files with 2 additions and 2 deletions
|
|
@ -1305,7 +1305,7 @@ utilities to ease adding new glyphs to the font.")
|
|||
(define-public font-google-noto
|
||||
(package
|
||||
(name "font-google-noto")
|
||||
(version "2025.06.01")
|
||||
(version "2025.07.01")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1314,7 +1314,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 "0afv8lw7h23lh8jhnyrs1cyjwwdixmxkpiww7p7mkshz74kcsmpa"))))
|
||||
(base32 "0p27wbxdwi99r5yj33z9jadlv4rbhp5vw5c0ir15bymvdwdr8s8z"))))
|
||||
(build-system font-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue