mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: font-amiri: Update to 0.117.
* gnu/packages/fonts.scm (font-amiri): Update to 0.117. [native-inputs]: Add PYTHON-GLYPHSETS.
This commit is contained in:
parent
28cb6687a3
commit
67b762d7fb
1 changed files with 3 additions and 2 deletions
|
@ -756,7 +756,7 @@ (define-public font-latin-modern
|
||||||
(define-public font-amiri
|
(define-public font-amiri
|
||||||
(package
|
(package
|
||||||
(name "font-amiri")
|
(name "font-amiri")
|
||||||
(version "0.114")
|
(version "0.117")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -765,7 +765,7 @@ (define-public font-amiri
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01d54i68pmy37fhvxv8kld3iqlc1m0vr871zd66y5y4c7kn2v7as"))))
|
"1z2hdmny52bapakf96y5xfr29f8ax7q6nj651zrihnnhfdriqfx1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -779,6 +779,7 @@ (define-public font-amiri
|
||||||
(assoc-ref font:%standard-phases 'install)))))
|
(assoc-ref font:%standard-phases 'install)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-fonttools-next
|
(list python-fonttools-next
|
||||||
|
python-glyphsets
|
||||||
python-pcpp
|
python-pcpp
|
||||||
python-opentype-sanitizer
|
python-opentype-sanitizer
|
||||||
python-sfdlib
|
python-sfdlib
|
||||||
|
|
Loading…
Reference in a new issue