GNU bug report logs -
#77375
[PATCH] Update font-stix-two to 2.14
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#77375: [PATCH] Update font-stix-two to 2.14
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 77375 <at> debbugs.gnu.org.
--
77375: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77375
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
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
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.