diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-08-31 14:48:40 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-09-02 18:46:41 +0800 |
commit | 65b53e364016b42403857e763cbf5b60254a6fc6 (patch) | |
tree | 1ca87d6ae49d7d9b238427db570e6ff69f6f82c2 /gnu | |
parent | 4e8560c18bd27bf1246d910b72b85d56f4b0153b (diff) | |
download | guix-65b53e364016b42403857e763cbf5b60254a6fc6.tar.gz guix-65b53e364016b42403857e763cbf5b60254a6fc6.zip |
gnu: font-lxgw-wenkai-tc: Update to 1.330.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.330.
Change-Id: I0836dde94434550391b3e5b8aaf03e28e2164f60
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 90c7a50051..4866876403 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3500,7 +3500,7 @@ within GB 2312, standard glyphs for Mainland China is used.") (package (inherit font-lxgw-wenkai) (name "font-lxgw-wenkai-tc") - (version "1.320") + (version "1.330") (source (origin (method url-fetch) (uri (string-append @@ -3508,7 +3508,7 @@ within GB 2312, standard glyphs for Mainland China is used.") version "/lxgw-wenkai-tc-v" version ".tar.gz")) (sha256 (base32 - "0lzfci4zpia62vbnyv22ajlrd8gvwj1ff7iaa0mxs66dbb0p6pq8")))) + "06najc2gjhsm50q4q2qlw10n1hdcfpsbnfvgdf6b27gm26rgk5da")))) (home-page "https://github.com/lxgw/LxgwWenKaitc") (synopsis "Traditional Chinese Imitation Song typeface") (description |