summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen Herting <jen@herting.cc>2020-09-09 12:25:06 -0400
committerGitHub <noreply@github.com>2020-09-09 11:25:06 -0500
commitf7d1f845f4e1aa9420620934a5d5992b77af38c3 (patch)
tree415c34a1e5e77d1af541c3f3f857633ee9e32c5f
parentfa04ad5d928f097318ac1ace265a9511ab6d08f5 (diff)
downloadspack-f7d1f845f4e1aa9420620934a5d5992b77af38c3.tar.gz
spack-f7d1f845f4e1aa9420620934a5d5992b77af38c3.tar.bz2
spack-f7d1f845f4e1aa9420620934a5d5992b77af38c3.tar.xz
spack-f7d1f845f4e1aa9420620934a5d5992b77af38c3.zip
[py-thinc] fixed checksum (#18571)
-rw-r--r--var/spack/repos/builtin/packages/py-thinc/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-thinc/package.py b/var/spack/repos/builtin/packages/py-thinc/package.py
index 615f6deccc..8976478000 100644
--- a/var/spack/repos/builtin/packages/py-thinc/package.py
+++ b/var/spack/repos/builtin/packages/py-thinc/package.py
@@ -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')