diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-08-31 14:48:36 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-09-02 18:45:47 +0800 |
commit | 75e55d5e33bdce45dc0c528b075812645bca2dc2 (patch) | |
tree | d7ef83976e562c991b22d022c6ce7e78c10dadb5 /gnu/packages | |
parent | ddedd5572bdab4b40a3dfad8d696ca1803d85f82 (diff) | |
download | guix-75e55d5e33bdce45dc0c528b075812645bca2dc2.tar.gz guix-75e55d5e33bdce45dc0c528b075812645bca2dc2.zip |
gnu: font-sarasa-gothic: Update to 1.0.20.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 1.0.20.
Change-Id: I4f0b02a4cf71bfd2dc8c479cb04df0835b51948f
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
-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 cbbb3ed2de..27d7d8f0dc 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2149,7 +2149,7 @@ weights and five widths in both Roman and Italic, plus variable fonts.") (define-public font-sarasa-gothic (package (name "font-sarasa-gothic") - (version "1.0.5") + (version "1.0.20") (source (origin (method url-fetch) @@ -2157,7 +2157,7 @@ weights and five widths in both Roman and Italic, plus variable fonts.") "/releases/download/v" version "/Sarasa-TTC-" version ".7z")) (sha256 - (base32 "0sfmqrjfzjy2zxd26kjrdbp59ahxj7p2qr1z5qy512j2cgl1gyiq")))) + (base32 "1p84qqjijm618pg7mbzndyl2vjpa6wg8d5rhsi5clppmxjh70ml0")))) (build-system font-build-system) (arguments `(#:phases (modify-phases %standard-phases |