gnu: python-fonttools: Update to 3.30.0.

* gnu/packages/python.scm (python-fonttools): Update to 3.30.0.
master
Efraim Flashner 2018-10-18 21:12:05 +03:00
parent e8ef3cc4d6
commit 5fb543b3f7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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.28.0") (version "3.30.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
"0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb")))) "1i6229ylm12klljqfg643rikzpcslqrj56qf4cydr0w1n4cnbs4m"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("unzip" ,unzip) `(("unzip" ,unzip)