gnu: python2-fonttools: Update to 3.44.0.

* gnu/packages/python-xyz.scm (python2-fonttools): Update to 3.44.0.
This commit is contained in:
Marius Bakke 2019-12-03 00:51:20 +01:00
parent 7a039449aa
commit 8057faf094
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6830,13 +6830,13 @@ (define-public python2-fonttools
(let ((base (package-with-python2 (strip-python2-variant python-fonttools))))
(package/inherit
base
(version "3.38.0")
(version "3.44.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
"12ripk3s7skgxr1bs9r8n13r94ym3s8iir7ivfixls9fa4dabmlh")))))))
"0v6399g755f2hn1ry62i5b6gdinf2fpx2966v3bxh6bjw1accb5p")))))))
(define-public python-ly
(package