guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 912926e9481848f0870467985ebe3a4feb884818
Author: Hilton Chain <[email protected]>
AuthorDate: Thu Jan 1 15:05:10 2026 +0800

    gnu: font-google-noto: Update to 2026.01.01.
    
    * gnu/packages/fonts.scm (font-google-noto): Update to 2026.01.01.
    
    Change-Id: I834e4608896b5d8734953b1a5274e106f5a89721
    Signed-off-by: 宋文武 <[email protected]>
---
 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 764d425a75..a4d232aeeb 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1552,7 +1552,7 @@ noncharacters are also represented.")
 (define-public font-google-noto
   (package
     (name "font-google-noto")
-    (version "2025.07.01")
+    (version "2026.01.01")
     (source
      (origin
        (method git-fetch)
@@ -1561,7 +1561,7 @@ noncharacters are also represented.")
              (commit (string-append "noto-monthly-release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0p27wbxdwi99r5yj33z9jadlv4rbhp5vw5c0ir15bymvdwdr8s8z"))))
+        (base32 "1rrwxr7g1gwbp0gb2kjxi0s42hijhs82fc4dbqa6spkj4d9c9qq9"))))
     (build-system font-build-system)
     (arguments
      (list

Reply via email to