GNU bug report logs - #65405
[PATCH] gnu: font-sarasa-gothic: Update to 0.41.7.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 20 Aug 2023 11:28:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65405 in the body.
You can then email your comments to 65405 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#65405; Package guix-patches. (Sun, 20 Aug 2023 11:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Sun, 20 Aug 2023 11:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH] gnu: font-sarasa-gothic: Update to 0.41.7.
Date: Sun, 20 Aug 2023 19:26:59 +0800
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.7.
---
 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 e881ab11cd..1b545d5a3b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1858,7 +1858,7 @@ (define-public font-iosevka-comfy
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")
-    (version "0.41.6")
+    (version "0.41.7")
     (source
      (origin
        (method url-fetch)
@@ -1866,7 +1866,7 @@ (define-public font-sarasa-gothic
                            "/releases/download/v" version
                            "/sarasa-gothic-ttc-" version ".7z"))
        (sha256
-        (base32 "1l238rx9nw6acxy5k5b7bjd8br8cnivdlyly7r20w1b36gscl878"))))
+        (base32 "01sg5fag8hc115ff7y7k3n060271akh66g96hmrz45mhls5d40n6"))))
     (build-system font-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
-- 
2.41.0





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#65405; Package guix-patches. (Sun, 27 Aug 2023 04:58:01 GMT) Full text and rfc822 format available.

Message #8 received at 65405 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 65405 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH v2] gnu: font-sarasa-gothic: Update to 0.41.8.
Date: Sun, 27 Aug 2023 12:56:16 +0800
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.8.
---
 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 e881ab11cd..2c812efc20 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1858,7 +1858,7 @@ (define-public font-iosevka-comfy
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")
-    (version "0.41.6")
+    (version "0.41.8")
     (source
      (origin
        (method url-fetch)
@@ -1866,7 +1866,7 @@ (define-public font-sarasa-gothic
                            "/releases/download/v" version
                            "/sarasa-gothic-ttc-" version ".7z"))
        (sha256
-        (base32 "1l238rx9nw6acxy5k5b7bjd8br8cnivdlyly7r20w1b36gscl878"))))
+        (base32 "0m2c3g8c6wxgyyvmraln4bx0qn949j9rin593s1c01hzah435cac"))))
     (build-system font-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

base-commit: 5856e185a3d4f47e27dfd064a231b3a1d44a6494
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 29 Aug 2023 13:09:02 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Tue, 29 Aug 2023 13:09:02 GMT) Full text and rfc822 format available.

Message #13 received at 65405-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 65405-done <at> debbugs.gnu.org
Subject: Re: [bug#65405] [PATCH v2] gnu: font-sarasa-gothic: Update to 0.41.8.
Date: Tue, 29 Aug 2023 14:08:17 +0100
[Message part 1 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.8.
> ---
>  gnu/packages/fonts.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me, I've pushed this to master as
290926ae605c1ca5c4fe87f32bce5b95377c29a2.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 27 Sep 2023 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.