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

python310Packages.thinc: 8.0.16 -> 8.0.17
This commit is contained in:
Sandro 2022-06-03 17:06:22 +02:00 committed by GitHub
commit b83b779afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,14 +30,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "thinc"; pname = "thinc";
version = "8.0.16"; version = "8.0.17";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-S8eBpRqHiaxAKzbvLgfRdjbRKniQACdU+NcPBbto31E="; sha256 = "sha256-BCxRiqeZo4vsIqegvyjfgM5hfrfeMrwEl5hwfAo2Fn8=";
}; };
postPatch = '' postPatch = ''