python3Packages.spacy: 3.4.1 -> 3.4.4

This commit is contained in:
Martin Weinelt
2023-01-05 01:10:29 +01:00
parent 77976313e7
commit 1f5d31e1d5
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "spacy";
version = "3.4.1";
version = "3.4.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-WcXPXTSKbA5kpZrFz+bNhdCOhmM3hwyV0exhYdUx5GM=";
hash = "sha256-5QDPLLXxhJRhp5KPomlwN1YGm9+3FVkGUkCvbQIIsIw=";
};
propagatedBuildInputs = [