[py-thinc] fixed checksum (#18571)

This commit is contained in:
Jen Herting 2020-09-09 12:25:06 -04:00 committed by GitHub
parent fa04ad5d92
commit f7d1f845f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ class PyThinc(PythonPackage):
homepage = "https://github.com/explosion/thinc"
url = "https://pypi.io/packages/source/t/thinc/thinc-7.4.1.tar.gz"
version('7.4.1', sha256='523e9be1bfaa3ed1d03d406ce451b6b4793a9719d5b83d2ea6b3398b96bc58b8')
version('7.4.1', sha256='0139fa84dc9b8d88af15e648fc4ae13d899b8b5e49cb26a8f4a0604ee9ad8a9e')
version('7.4.0', sha256='523e9be1bfaa3ed1d03d406ce451b6b4793a9719d5b83d2ea6b3398b96bc58b8')
depends_on('py-setuptools', type='build')