diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-05-28 21:24:09 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-30 17:55:08 +0800 |
commit | e59db6d11a29f8745e7176a4a6e3bf7eab74fe1a (patch) | |
tree | 0ea70b8750f45996585c46ee51f9817a8ac34336 /gnu/packages | |
parent | 83771a21c8c6e309de2f283e3a535ddae9f97fcb (diff) | |
download | guix-e59db6d11a29f8745e7176a4a6e3bf7eab74fe1a.tar.gz |
gnu: font-lxgw-wenkai-tc: Update to 1.000.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.000. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
-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 b8a8129daf..74704c23ad 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3012,7 +3012,7 @@ within GB 2312, standard glyphs for Mainland China is used.") (package (inherit font-lxgw-wenkai) (name "font-lxgw-wenkai-tc") - (version "0.932") + (version "1.000") (source (origin (method url-fetch) (uri (string-append @@ -3020,7 +3020,7 @@ within GB 2312, standard glyphs for Mainland China is used.") version "/lxgw-wenkai-tc-v" version ".tar.gz")) (sha256 (base32 - "12yp3q3hhv847qj7a51cjxxqb2rqm4lvbm54wdr2j4awg3g8lflg")))) + "1jhmqwrx7311iwng3b00j3lwjzacam605dm4n6wd8amqc9azi9b2")))) (home-page "https://github.com/lxgw/LxgwWenKaitc") (synopsis "Traditional Chinese Imitation Song typeface") (description |