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:
Marius Bakke 2022-09-16 00:44:37 +02:00
parent ff1d435732
commit 28cb6687a3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 4 additions and 4 deletions

View file

@ -778,7 +778,7 @@ (define-public font-amiri
(replace 'install
(assoc-ref font:%standard-phases 'install)))))
(native-inputs
(list python-fonttools
(list python-fonttools-next
python-pcpp
python-opentype-sanitizer
python-sfdlib

View file

@ -413,13 +413,13 @@ (define-public python-cu2qu
(define-public python-ufo2ft
(package
(name "python-ufo2ft")
(version "2.26.0")
(version "2.28.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ufo2ft" version))
(sha256
(base32 "0a6iq5g6qdxj7nvip8nnf0mf8y5wmpd3wwq0dv7d4nm9bjrh0r6m"))))
(base32 "068hm62s1iphyg66w96vgiif6ahpcsaf8fr44rk6jdf71f6fyqd5"))))
(build-system python-build-system)
(native-inputs
(list python-pytest python-pytest-runner python-setuptools-scm))
@ -429,7 +429,7 @@ (define-public python-ufo2ft
python-compreffor
python-cu2qu
python-defcon
python-fonttools
python-fonttools-next
python-skia-pathops
python-ufolib2))
(home-page "https://github.com/googlefonts/ufo2ft")