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

python310Packages.thinc: 8.0.15 -> 8.0.16
This commit is contained in:
Fabian Affolter
2022-05-20 10:08:44 +02:00
committed by GitHub
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "8.0.15";
version = "8.0.16";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LjFQINqFw3keGR+/N8SiQz9XzzIuJzgNoM1N6Z2WBTs=";
sha256 = "sha256-S8eBpRqHiaxAKzbvLgfRdjbRKniQACdU+NcPBbto31E=";
};
postPatch = ''