python3Packages.spacy: 3.4.4 -> 3.5.0

This commit is contained in:
Matt Melling 2023-02-03 09:08:23 +00:00
parent dbae6eb51e
commit fe49042575
No known key found for this signature in database
GPG Key ID: 6D94F6DB60A64FFE

View File

@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "spacy";
version = "3.4.4";
version = "3.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-5QDPLLXxhJRhp5KPomlwN1YGm9+3FVkGUkCvbQIIsIw=";
hash = "sha256-/iAScBKZJ3iATZP3XOk3DViFcwcmOcODLOw49Uv35KU=";
};
propagatedBuildInputs = [