This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7fb90150f3 gnu: font-google-noto: Update to 2025.07.01.
7fb90150f3 is described below

commit 7fb90150f3d2ca10ba7385d7a704cc1a7d4b532c
Author: Kurome <[email protected]>
AuthorDate: Tue Jul 8 14:20:27 2025 +0900

    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: 宋文武 <[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 7462821608..53707f751c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -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

Reply via email to