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:
Efraim Flashner 2018-10-18 21:21:14 +03:00
parent 5fb543b3f7
commit 1febc93f9b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6072,13 +6072,13 @@ (define-public python2-straight-plugin
(define-public python-fonttools
(package
(name "python-fonttools")
(version "3.30.0")
(version "3.28.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
"1i6229ylm12klljqfg643rikzpcslqrj56qf4cydr0w1n4cnbs4m"))))
"0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)