python310Packages.thinc: 8.1.7 -> 8.1.8

This commit is contained in:
R. Ryantm 2023-03-05 07:23:49 +00:00
parent a1240f6b4a
commit a516dfc839

View file

@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "8.1.7";
version = "8.1.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Dwj20fxQ4ovxiBTKKxyAfNTVmpMNcTRZpnXghsR3mvk=";
hash = "sha256-NcZXy+2wT8W8JHhl1mWSHOw9Ve81+/zj7hogSGtyBoM=";
};
buildInputs = [