diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-01-17 19:45:04 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-30 09:57:02 +0800 |
commit | 0eca850e15987862e36579885d5c7c479b26d08f (patch) | |
tree | 02785cc9e56baec6134ab663f0bb9086891817b2 /gnu | |
parent | 86b111962ce29d76622f082c304882c44f27db31 (diff) | |
download | guix-0eca850e15987862e36579885d5c7c479b26d08f.tar.gz guix-0eca850e15987862e36579885d5c7c479b26d08f.zip |
gnu: font-lxgw-wenkai-tc: Update to 0.931.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.931.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-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 b2d9ad6b3e..e1454f247d 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2876,7 +2876,7 @@ within GB 2312, standard glyphs for Mainland China is used.") (package (inherit font-lxgw-wenkai) (name "font-lxgw-wenkai-tc") - (version "0.922.1") + (version "0.931") (source (origin (method url-fetch) (uri (string-append @@ -2884,7 +2884,7 @@ within GB 2312, standard glyphs for Mainland China is used.") version "/lxgw-wenkai-tc-v" version ".tar.gz")) (sha256 (base32 - "0a1n0yfnh3sc3ldgjxxglw4xyg82i2pk432sk8hfdzrrl4zzjyz3")))) + "1dba201p8ch09n5wcr5gx263rd2851v76m6f3xac5m3pd9f4i8fg")))) (home-page "https://github.com/lxgw/LxgwWenKaitc") (synopsis "Traditional Chinese Imitation Song typeface") (description |