python310Packages.thinc: 8.1.6 -> 8.1.7

This commit is contained in:
R. Ryantm 2023-02-03 15:40:14 +00:00
parent ce18482c53
commit 00ccca2017

View file

@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "8.1.6";
version = "8.1.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kkHDd2HwBP5oTmN9K02Lea3eurxk40OqHLoUT60sm0c=";
hash = "sha256-Dwj20fxQ4ovxiBTKKxyAfNTVmpMNcTRZpnXghsR3mvk=";
};
buildInputs = [