diff options
author | Kurome <hunt31999@gmail.com> | 2025-03-30 18:00:20 +0900 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 17:21:44 +0100 |
commit | fcdb1b155461dd0927206431aaaa2c980a6b0224 (patch) | |
tree | fd816670bdd6f801ed2701f3bd5a60cfa21c104f | |
parent | 288999ea1ad1d5fcd74ec58b771b8ade5f055fea (diff) | |
download | guix-fcdb1b155461dd0927206431aaaa2c980a6b0224.tar.gz guix-fcdb1b155461dd0927206431aaaa2c980a6b0224.zip |
gnu: font-stix-two: Update to 2.14.
* gnu/packages/fonts.scm (font-stix-two): Update to 2.14.
Change-Id: I463398a21446acc3c2e22d9a53804a48a857060c
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/fonts.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 6214a491b3..c78d9da60e 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3988,16 +3988,16 @@ Spleen also has support for Powerline symbols out of the box.") (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 |