mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: font-sil-andika: Update to 6.2.0.
* gnu/packages/fonts.scm (font-sil-andika): Update to 6.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
30b2a2ab9e
commit
2b54eca70e
1 changed files with 2 additions and 2 deletions
|
@ -2098,7 +2098,7 @@ (define-public font-sil-gentium
|
||||||
(define-public font-sil-andika
|
(define-public font-sil-andika
|
||||||
(package
|
(package
|
||||||
(name "font-sil-andika")
|
(name "font-sil-andika")
|
||||||
(version "5.000")
|
(version "6.200")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2106,7 +2106,7 @@ (define-public font-sil-andika
|
||||||
version ".zip"))
|
version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01zm7p32gxfwmv7h3cfj2vx59846w2y6rxqy67grn2dyjh8pljv0"))))
|
"0z7qvjlidn3m2k40mwnm3azf3wd8pi1yvy2q30p5vkyyzhipb6nc"))))
|
||||||
;; As for Gentium (see above), the TTF files are considered source.
|
;; As for Gentium (see above), the TTF files are considered source.
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(synopsis "Sans serif font designed especially for literacy use")
|
(synopsis "Sans serif font designed especially for literacy use")
|
||||||
|
|
Loading…
Reference in a new issue