mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: python-ufo2ft: Update to 2.28.0.
* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.28.0. [propagated-inputs]: Replace PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT. * gnu/packages/fonts.scm (font-amiri)[native-inputs]: Likewise, to prevent shadowing the propagated FontTools.
This commit is contained in:
parent
ff1d435732
commit
28cb6687a3
2 changed files with 4 additions and 4 deletions
|
@ -778,7 +778,7 @@ (define-public font-amiri
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(assoc-ref font:%standard-phases 'install)))))
|
(assoc-ref font:%standard-phases 'install)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-fonttools
|
(list python-fonttools-next
|
||||||
python-pcpp
|
python-pcpp
|
||||||
python-opentype-sanitizer
|
python-opentype-sanitizer
|
||||||
python-sfdlib
|
python-sfdlib
|
||||||
|
|
|
@ -413,13 +413,13 @@ (define-public python-cu2qu
|
||||||
(define-public python-ufo2ft
|
(define-public python-ufo2ft
|
||||||
(package
|
(package
|
||||||
(name "python-ufo2ft")
|
(name "python-ufo2ft")
|
||||||
(version "2.26.0")
|
(version "2.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ufo2ft" version))
|
(uri (pypi-uri "ufo2ft" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a6iq5g6qdxj7nvip8nnf0mf8y5wmpd3wwq0dv7d4nm9bjrh0r6m"))))
|
(base32 "068hm62s1iphyg66w96vgiif6ahpcsaf8fr44rk6jdf71f6fyqd5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-pytest-runner python-setuptools-scm))
|
(list python-pytest python-pytest-runner python-setuptools-scm))
|
||||||
|
@ -429,7 +429,7 @@ (define-public python-ufo2ft
|
||||||
python-compreffor
|
python-compreffor
|
||||||
python-cu2qu
|
python-cu2qu
|
||||||
python-defcon
|
python-defcon
|
||||||
python-fonttools
|
python-fonttools-next
|
||||||
python-skia-pathops
|
python-skia-pathops
|
||||||
python-ufolib2))
|
python-ufolib2))
|
||||||
(home-page "https://github.com/googlefonts/ufo2ft")
|
(home-page "https://github.com/googlefonts/ufo2ft")
|
||||||
|
|
Loading…
Reference in a new issue