gnu: python-fonttools: Update to 3.37.3.

* gnu/packages/python-xyz.scm (python-fonttools): Update to 3.37.3.
This commit is contained in:
Marius Bakke 2019-02-09 00:37:58 +01:00
parent b2b96d5367
commit 59bd5a4a09
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5826,13 +5826,13 @@ add functionality and customization to your projects with their own plugins.")
(define-public python-fonttools
(package
(name "python-fonttools")
(version "3.28.0")
(version "3.37.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
"0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb"))))
"0k90g0q1h4var3kq6xn6zs3j1ghff97hwyn1gdqfdywsldas9668"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)