diff options
author | Hilton Chain <hako@ultrarare.space> | 2022-11-07 23:12:50 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-10 09:37:04 +0800 |
commit | d6479009e472064853a060f09fceeaedda080802 (patch) | |
tree | 465f982095fefccf18f2b597dbe9e2f9af7f6d26 /gnu | |
parent | abdd37957d33f9d50fdaedf754bceb3f03387824 (diff) |
gnu: font-chiron-sung-hk: Update to 1.007.
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.007.
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 902178286a..9ad9271692 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2863,7 +2863,7 @@ dialects in Hong Kong and Taiwan."))) (define-public font-chiron-sung-hk (package (name "font-chiron-sung-hk") - (version "1.006") + (version "1.007") (source (origin (method git-fetch) (uri (git-reference @@ -2872,7 +2872,7 @@ dialects in Hong Kong and Taiwan."))) (file-name (git-file-name name version)) (sha256 (base32 - "0cibyhy363yqmif31lwv4qmcaar5np2gdd3nbnxxp55mb4qn0kms")))) + "1mhw3vgahfc9kyb7sw5w5zswp93a4sz7q12f7qba069f834j5qjq")))) (build-system font-build-system) (home-page "https://chiron-fonts.github.io/") (synopsis "Traditional Chinese Song typeface") |