python311Packages.spacy: 3.7.2 -> 3.7.3

This commit is contained in:
R. Ryantm 2024-02-07 10:13:30 +00:00
parent 54c94cd3aa
commit 75bc0374e0

View File

@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "spacy";
version = "3.7.2";
version = "3.7.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zt9JJ78NP+x3OmzkjV0skb2wL+08fV7Ae9uHPxEm8aA=";
hash = "sha256-mSZQKPvcbhIknFMwXkYfeaEDY3sOaGbCivDkY2X3UeE=";
};
pythonRelaxDeps = [