python310Packages.spacy-legacy: 3.0.8 -> 3.0.9

This commit is contained in:
R. Ryantm 2022-02-28 02:54:11 +00:00 committed by Jonathan Ringer
parent 50e0e12482
commit efa6365cf6

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "spacy-legacy"; pname = "spacy-legacy";
version = "3.0.8"; version = "3.0.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b4725c5c161f0685ab4fce3fc912bc68aefdb7e102ba9848e852bb5842256c2f"; sha256 = "sha256-T33LxObI6MtOrbsAn5wKGipnRC4AMsjWd2yUcMN1mQM=";
}; };
# checkInputs = [ pytestCheckHook spacy ]; # checkInputs = [ pytestCheckHook spacy ];