Revert "gnu: python-fonttools: Update to 3.30.0."
This reverts commit 5fb543b3f7
.
python2-fonttools has 2700 dependants, only the python3 version is
failing.
This commit is contained in:
parent
5fb543b3f7
commit
1febc93f9b
|
@ -6072,13 +6072,13 @@ add functionality and customization to your projects with their own plugins.")
|
||||||
(define-public python-fonttools
|
(define-public python-fonttools
|
||||||
(package
|
(package
|
||||||
(name "python-fonttools")
|
(name "python-fonttools")
|
||||||
(version "3.30.0")
|
(version "3.28.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fonttools" version ".zip"))
|
(uri (pypi-uri "fonttools" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i6229ylm12klljqfg643rikzpcslqrj56qf4cydr0w1n4cnbs4m"))))
|
"0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
|
|
Loading…
Reference in New Issue