gnu: python-fonttools: Update to 4.37.1.

* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.37.1.
(python-fonttools-next): Remove variable.
* gnu/packages/fontutils.scm (python-afdko)[propagated-inputs]: Change from
PYTHON-FONTTOOLS-NEXT to PYTHON-FONTTOOLS.
This commit is contained in:
Marius Bakke 2022-09-05 14:28:50 +02:00
parent 5b952b1cd4
commit b6df670541
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 3 additions and 15 deletions

View file

@ -203,7 +203,7 @@ (define-public python-afdko
python-booleanoperations
python-defcon
python-fontmath
python-fonttools-next
python-fonttools
python-lxml
python-tqdm
python-ufonormalizer

View file

@ -11301,13 +11301,13 @@ (define-public python-fonttools
(hidden-package
(package
(name "python-fonttools")
(version "4.28.5")
(version "4.37.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
"1jhl5n3rfqq7fznvsh6r80n7ylap1a7ppq1040y8cflhyz80ap2l"))))
"1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))
(build-system python-build-system)
(native-inputs
(list unzip))
@ -11360,18 +11360,6 @@ (define-public python-fonttools-full
python-zopfli))
(properties (alist-delete 'hidden? (package-properties python-fonttools)))))
(define-public python-fonttools-next
(package
(inherit python-fonttools-full)
(version "4.32.0")
(source (origin
(inherit (package-source python-fonttools-full))
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
"14nk43z0dmznypm3zp4sdc04x1y608jawlnmwdkk32a947khvaar"))))))
(define-public python-ly
(package
(name "python-ly")