Merge pull request #164222 from r-ryantm/auto-update/python3.10-thinc

python310Packages.thinc: 8.0.13 -> 8.0.14
This commit is contained in:
Fabian Affolter 2022-03-15 21:40:48 +01:00 committed by GitHub
commit f8b7377bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "8.0.13";
version = "8.0.14";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-R2YqOuM9RFp3tup7dyREgFx7uomR8SLjUNr3Le3IFxo=";
sha256 = "sha256-3MC8ao6BTiDyaCXj/X+DNCTpMYcTWVJFSl0X+sCc5J0=";
};
postPatch = ''