mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: font-sarasa-gothic: Update to 0.41.7.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
50e2d97057
commit
290926ae60
1 changed files with 2 additions and 2 deletions
|
@ -1913,7 +1913,7 @@ (define-public font-iosevka-comfy
|
|||
(define-public font-sarasa-gothic
|
||||
(package
|
||||
(name "font-sarasa-gothic")
|
||||
(version "0.41.6")
|
||||
(version "0.41.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1921,7 +1921,7 @@ (define-public font-sarasa-gothic
|
|||
"/releases/download/v" version
|
||||
"/sarasa-gothic-ttc-" version ".7z"))
|
||||
(sha256
|
||||
(base32 "1l238rx9nw6acxy5k5b7bjd8br8cnivdlyly7r20w1b36gscl878"))))
|
||||
(base32 "01sg5fag8hc115ff7y7k3n060271akh66g96hmrz45mhls5d40n6"))))
|
||||
(build-system font-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue