gnu: font-sarasa-gothic: Update to 0.40.7.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.40.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e59db6d11a
commit
21630dba4a
1 changed files with 2 additions and 2 deletions
|
@ -1834,7 +1834,7 @@ programming. Iosevka is completely generated from its source code.")
|
||||||
(define-public font-sarasa-gothic
|
(define-public font-sarasa-gothic
|
||||||
(package
|
(package
|
||||||
(name "font-sarasa-gothic")
|
(name "font-sarasa-gothic")
|
||||||
(version "0.39.0")
|
(version "0.40.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1842,7 +1842,7 @@ programming. Iosevka is completely generated from its source code.")
|
||||||
"/releases/download/v" version
|
"/releases/download/v" version
|
||||||
"/sarasa-gothic-ttc-" version ".7z"))
|
"/sarasa-gothic-ttc-" version ".7z"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19a4a9zsfzkg7xak2sys6jiia7qw1j69206qzn8r2vchrib5lvcz"))))
|
(base32 "01iqc93dmi48n4g3xf472602hxhf9zfwfawy7vhn4rf06yhndv4s"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue