Merge pull request #214332 from mattmelling/spacy-3.5.0

python3Packages.spacy: 3.4.4 -> 3.5.0
This commit is contained in:
Weijia Wang 2023-02-03 12:00:31 +01:00 committed by GitHub
commit 6fd0c4dbe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = [