diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-05-28 21:18:32 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-30 17:51:36 +0800 |
commit | 18d522379e4957f91c80b4af8fc073c70369adf8 (patch) | |
tree | 2a7a4a304bc0782572e740b6a0b8e6966a396d00 /gnu/packages/fonts.scm | |
parent | d32fb0ee6bc6bdd91b55a52d03cc32075b55f49b (diff) | |
download | guix-18d522379e4957f91c80b4af8fc073c70369adf8.tar.gz |
gnu: font-chiron-sung-hk: Update to 1.008.
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.008. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/fonts.scm')
-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 12c6b04bd7..40d254b984 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3031,7 +3031,7 @@ dialects in Hong Kong and Taiwan."))) (define-public font-chiron-sung-hk (package (name "font-chiron-sung-hk") - (version "1.007") + (version "1.008") (source (origin (method git-fetch) (uri (git-reference @@ -3040,7 +3040,7 @@ dialects in Hong Kong and Taiwan."))) (file-name (git-file-name name version)) (sha256 (base32 - "1mhw3vgahfc9kyb7sw5w5zswp93a4sz7q12f7qba069f834j5qjq")))) + "19rabzmy4ywam4r5kgnqbgbmqzvhsagzddbyis5iicc6y8jrmd1j")))) (build-system font-build-system) (home-page "https://chiron-fonts.github.io/") (synopsis "Traditional Chinese Song typeface") |