GNU bug report logs - #77375
[PATCH] Update font-stix-two to 2.14

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Sun, 30 Mar 2025 01:42: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 77375 in the body.
You can then email your comments to 77375 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 guix-patches <at> gnu.org:
bug#77375; Package guix-patches. (Sun, 30 Mar 2025 01:42:03 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. (Sun, 30 Mar 2025 01:42:03 GMT) Full text and rfc822 format available.

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

From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] Update font-stix-two to 2.14
Date: Sun, 30 Mar 2025 10:38:17 +0900
Updated font-stix-two to 2.14 and ran `guix style`

Change-Id: I463398a21446acc3c2e22d9a53804a48a857060c
---
 gnu/packages/fonts.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3048289ac0..43de7291aa 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3959,16 +3959,16 @@ (define-public font-spleen
 (define-public font-stix-two
   (package
     (name "font-stix-two")
-    (version "2.13b171")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/stipub/stixfonts")
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "17d5a4fk4dz4kraprhxs9q46cbwakfwz06a0qy9zf5nwp4g6fq2d"))))
+    (version "2.14")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stipub/stixfonts")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "02wy9n49nzyvhc55jjmpxrv7hh6ncxv31liniqjgjn7vp68fj40n"))))
     (build-system font-build-system)
     (home-page "https://www.stixfonts.org/")
     (synopsis
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77375; Package guix-patches. (Sun, 30 Mar 2025 09:03:02 GMT) Full text and rfc822 format available.

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

From: Kurome <hunt31999 <at> gmail.com>
To: 77375 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH v2] gnu: font-stix-two: Update to 2.14
Date: Sun, 30 Mar 2025 18:00:20 +0900
Fixed the commit message.

Change-Id: I463398a21446acc3c2e22d9a53804a48a857060c
---
 gnu/packages/fonts.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3048289ac0..43de7291aa 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3959,16 +3959,16 @@ (define-public font-spleen
 (define-public font-stix-two
   (package
     (name "font-stix-two")
-    (version "2.13b171")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/stipub/stixfonts")
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "17d5a4fk4dz4kraprhxs9q46cbwakfwz06a0qy9zf5nwp4g6fq2d"))))
+    (version "2.14")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stipub/stixfonts")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "02wy9n49nzyvhc55jjmpxrv7hh6ncxv31liniqjgjn7vp68fj40n"))))
     (build-system font-build-system)
     (home-page "https://www.stixfonts.org/")
     (synopsis
-- 
2.49.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 06 Apr 2025 17:11:02 GMT) Full text and rfc822 format available.

Notification sent to Kurome <hunt31999 <at> gmail.com>:
bug acknowledged by developer. (Sun, 06 Apr 2025 17:11:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77375-done <at> debbugs.gnu.org
Subject: Re: [bug#77375] [PATCH v2] gnu: font-stix-two: Update to 2.14
Date: Sun, 06 Apr 2025 18:09:55 +0100
[Message part 1 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:

> Fixed the commit message.
>
> Change-Id: I463398a21446acc3c2e22d9a53804a48a857060c
> ---
>  gnu/packages/fonts.scm | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)

Thanks for the patch, I've pushed this to master as
fcdb1b155461dd0927206431aaaa2c980a6b0224.

Chris
[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. (Mon, 05 May 2025 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 46 days ago.

Previous Next


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