diff options
author | Hilton Chain <hako@ultrarare.space> | 2022-09-26 15:31:54 +0800 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-27 11:04:30 +0200 |
commit | c99f488269f90d9a54d9d10ef26e78ec419ac9a7 (patch) | |
tree | d9edacfde7369ef15288bce3880d344c2e558007 /gnu | |
parent | 351498ee451bafe6f7edf2b6709514ac777ca953 (diff) | |
download | guix-c99f488269f90d9a54d9d10ef26e78ec419ac9a7.tar.gz guix-c99f488269f90d9a54d9d10ef26e78ec419ac9a7.zip |
gnu: font-chiron-sung-hk: Update to 1.006.
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.006.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.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 cf3892ae8d..74f1994247 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2777,7 +2777,7 @@ dialects in Hong Kong and Taiwan."))) (define-public font-chiron-sung-hk (package (name "font-chiron-sung-hk") - (version "1.005") + (version "1.006") (source (origin (method git-fetch) (uri (git-reference @@ -2786,7 +2786,7 @@ dialects in Hong Kong and Taiwan."))) (file-name (git-file-name name version)) (sha256 (base32 - "0iqlnb7825kisg2avhr9hwwvb4jw8f642vvmms5dw6m9czzydpgw")))) + "0cibyhy363yqmif31lwv4qmcaar5np2gdd3nbnxxp55mb4qn0kms")))) (build-system font-build-system) (home-page "https://chiron-fonts.github.io/") (synopsis "Traditional Chinese Song typeface") |