gnu: python-fonttools: Update to 4.39.3.

This should have been already merged but was left out in a conflict
resolution.

* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.39.3.
This commit is contained in:
Maxim Cournoyer 2023-04-19 07:55:06 -04:00
parent 798d91df26
commit 00a328847a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12192,13 +12192,13 @@ (define-public python-fonttools
(hidden-package
(package
(name "python-fonttools")
(version "4.37.1")
(version "4.39.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
"1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))
"1msibi5cmi5znykkg66dq7xshl07lkqjxhrz5hcipqvlggsvjd4j"))))
(build-system python-build-system)
(native-inputs
(list unzip))