mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: font-sarasa-gothic: Update to 0.41.4.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.4.
This commit is contained in:
parent
e01d567b98
commit
1ea3947fa0
1 changed files with 2 additions and 2 deletions
|
@ -1858,7 +1858,7 @@ (define-public font-iosevka-comfy
|
||||||
(define-public font-sarasa-gothic
|
(define-public font-sarasa-gothic
|
||||||
(package
|
(package
|
||||||
(name "font-sarasa-gothic")
|
(name "font-sarasa-gothic")
|
||||||
(version "0.41.3")
|
(version "0.41.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1866,7 +1866,7 @@ (define-public font-sarasa-gothic
|
||||||
"/releases/download/v" version
|
"/releases/download/v" version
|
||||||
"/sarasa-gothic-ttc-" version ".7z"))
|
"/sarasa-gothic-ttc-" version ".7z"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11ldfkdc86kxbpwypggkyx2k5pj2rnq34r7gp0pmpzz61m1wk2v0"))))
|
(base32 "0rqw6wrr55alsld8a9vk5g6n7zyivfh2zpw4my72qz3nfp448fs2"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue