GNU bug report logs -
#77447
[PATCH] gnu: font-google-noto: Update to 2025.04.01
Previous Next
To reply to this bug, email your comments to 77447 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77447
; Package
guix-patches
.
(Wed, 02 Apr 2025 04:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 02 Apr 2025 04:05:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Also, I updated the home-page variable because the former was a permanent
redirect.
Change-Id: I9ee8e309a141cdcc865d99c20cf8b1fdf4ce9972
---
gnu/packages/fonts.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9b329b3f37..65df49cd11 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1154,7 +1154,7 @@ (define-public font-gnu-unifont
(define-public font-google-noto
(package
(name "font-google-noto")
- (version "2025.01.01")
+ (version "2025.04.01")
(source
(origin
(method git-fetch)
@@ -1163,7 +1163,7 @@ (define-public font-google-noto
(commit (string-append "noto-monthly-release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vplwq079dlymbbc4lvvydxpf8hxvjdihvrj2464gzii37n7b7nv"))))
+ (base32 "0mfxikyzk6d7av02bnzykliggasy23lnz6z07bfr3mlv2plwy7f5"))))
(build-system font-build-system)
(arguments
(list
@@ -1210,7 +1210,7 @@ (define (install-font font)
(with-directory-excursion "fonts"
(for-each install-font (scan-directory "."))))))))
(outputs '("out" "ttf"))
- (home-page "https://www.google.com/get/noto/")
+ (home-page "https://fonts.google.com/noto")
(synopsis "Fonts to cover all languages")
(description "Google Noto Fonts is a family of fonts designed to support
all languages with a consistent look and aesthetic. Its goal is to properly
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77447
; Package
guix-patches
.
(Wed, 02 Apr 2025 04:08:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77447 <at> debbugs.gnu.org (full text, mbox):
I did not realized #77435. Sorry for the duplication.
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 02 Apr 2025 09:45:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 02 Apr 2025 09:45:04 GMT)
Full text and
rfc822 format available.
Message #13 received at 77447-done <at> debbugs.gnu.org (full text, mbox):
Thanks for the two almost identical patches!
I have pushed Kurome's, since it also changes the home page, with a few
tweaks to the commit message. For simple updates, you may wish to use
./etc/committer.scm.
What an enormous package!
Andreas
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.