python310Packages.spacy: 3.5.3 -> 3.5.4

This commit is contained in:
R. Ryantm 2023-06-29 21:47:58 +00:00
parent a72ba97e10
commit aa85ee889f

View File

@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "spacy";
version = "3.5.3";
version = "3.5.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-NZcdZyFXZTjWxCPGagnOAL9m4Q5AcmpXt6gZkxgMJIw=";
hash = "sha256-mpwWfp3Ov++sx12sNKjnK+y+NI60W78GpsBSOuBaxCU=";
};
pythonRelaxDeps = [