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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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.