diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-11-03 09:48:25 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2023-11-25 21:59:59 +0800 |
commit | 9f562060a47ee815bed3796f49de32d3cf8990bd (patch) | |
tree | 42f5fb43c3cb4dc991d9b91e3234ed94e08420a6 | |
parent | 6e4914a037c8b332ab3f1149129c0bd1cea4640b (diff) | |
download | guix-9f562060a47ee815bed3796f49de32d3cf8990bd.tar.gz |
gnu: font-lxgw-wenkai: Update to 1.311.
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.311. Change-Id: I0d7530c917a78e9f283ebfd4b84064b77261338d
-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 22a42d227f..27aaa19a1d 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3159,7 +3159,7 @@ and readability. This package bundles those icons into a font.") (define-public font-lxgw-wenkai (package (name "font-lxgw-wenkai") - (version "1.310") + (version "1.311") (source (origin (method url-fetch) (uri (string-append @@ -3167,7 +3167,7 @@ and readability. This package bundles those icons into a font.") version "/lxgw-wenkai-v" version ".tar.gz")) (sha256 (base32 - "10z8ilcpfxmll6j6ck4yj90x48vh3c7ck0lm61qjangpw9fcgfb1")))) + "0f5fnqcwp8kicrbkncn5j1w06cil771jfdcjf2w48vl62m4gmf27")))) (build-system font-build-system) (home-page "https://lxgw.github.io/2021/01/28/Klee-Simpchin/") (synopsis "Simplified Chinese Imitation Song typeface") |