diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-10-02 13:01:27 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2023-10-03 20:20:59 +0800 |
commit | cc9e24ca035025fa95b0b204e776c1a0dcb61dd4 (patch) | |
tree | 81c74cafb00786990eee5e0810a29cf749dfc601 /gnu/packages/fonts.scm | |
parent | 0951f2a2c201b263760de7977a4fec6fc58ca1f8 (diff) |
gnu: font-lxgw-wenkai: Update to 1.310.
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.310.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 8ed128d525..f7044bf6d5 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3144,7 +3144,7 @@ and readability. This package bundles those icons into a font.") (define-public font-lxgw-wenkai (package (name "font-lxgw-wenkai") - (version "1.300") + (version "1.310") (source (origin (method url-fetch) (uri (string-append @@ -3152,7 +3152,7 @@ and readability. This package bundles those icons into a font.") version "/lxgw-wenkai-v" version ".tar.gz")) (sha256 (base32 - "1vywhvzj8l3hw2j0np5jhmwli037mxgs05s7n3y3xw3z46r7rwx4")))) + "10z8ilcpfxmll6j6ck4yj90x48vh3c7ck0lm61qjangpw9fcgfb1")))) (build-system font-build-system) (home-page "https://lxgw.github.io/2021/01/28/Klee-Simpchin/") (synopsis "Simplified Chinese Imitation Song typeface") |