mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: font-lxgw-wenkai-tc: Update to 1.501.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.501. [properties]: Add upstream-name. Change-Id: I444b5f2a61316ee1b6883d723f861082cb7cdec2
This commit is contained in:
parent
be4969e012
commit
fe3e33e1fc
1 changed files with 4 additions and 3 deletions
|
@ -3480,7 +3480,7 @@ (define-public font-lxgw-wenkai-tc
|
|||
(package
|
||||
(inherit font-lxgw-wenkai)
|
||||
(name "font-lxgw-wenkai-tc")
|
||||
(version "1.330")
|
||||
(version "1.501")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3488,13 +3488,14 @@ (define-public font-lxgw-wenkai-tc
|
|||
version "/lxgw-wenkai-tc-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06najc2gjhsm50q4q2qlw10n1hdcfpsbnfvgdf6b27gm26rgk5da"))))
|
||||
"0a5b3dim1y6wqr7m4ds98ki9zg96qsm698aphsxzdn2fck0nay8s"))))
|
||||
(home-page "https://github.com/lxgw/LxgwWenKaitc")
|
||||
(synopsis "Traditional Chinese Imitation Song typeface")
|
||||
(description
|
||||
"LXGW Wenkai TC is a Traditional Chinese inherited glyphs form Imitation
|
||||
Song typeface covering commonly used characters as well as written form of
|
||||
dialects in Hong Kong and Taiwan.")))
|
||||
dialects in Hong Kong and Taiwan.")
|
||||
(properties '((upstream-name . "lxgw-wenkai-tc")))))
|
||||
|
||||
(define-public font-lxgw-neozhisong
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue