Merge pull request #227200 from wegank/spacy-tests

python310Packages.spacy: 3.5.1 -> 3.5.2

authored by

Weijia Wang and committed by
GitHub
ba0027bc cd620704

+4 -4
+2 -2
pkgs/development/python-modules/spacy/annotation-test/annotate.py
··· 29 29 ('Google', 'ORG'), 30 30 ('2007', 'DATE'), 31 31 ('American', 'NORP'), 32 - ('Thrun', 'GPE'), 32 + ('Thrun', 'PERSON'), 33 + ('Recode', 'ORG'), 33 34 ('earlier this week', 'DATE'), 34 35 ] 35 36 ··· 64 65 'tell', 65 66 'shake', 66 67 'turn', 67 - 'be', 68 68 'talk', 69 69 'say']
+2 -2
pkgs/development/python-modules/spacy/default.nix
··· 36 36 37 37 buildPythonPackage rec { 38 38 pname = "spacy"; 39 - version = "3.5.1"; 39 + version = "3.5.2"; 40 40 format = "setuptools"; 41 41 42 42 disabled = pythonOlder "3.6"; 43 43 44 44 src = fetchPypi { 45 45 inherit pname version; 46 - hash = "sha256-gRrhRoxYuX/JqjEYfWtVMXeEJY8KR+v2nYHKtjnj+hU="; 46 + hash = "sha256-IsH/qrKFt0dwA9S1sDhBTMMkaKaQ1HkBW5ppjFMcgTs="; 47 47 }; 48 48 49 49 propagatedBuildInputs = [