Merge pull request #176866 from r-ryantm/auto-update/python3.10-spacy

python310Packages.spacy: 3.3.0 -> 3.3.1

authored by

Fabian Affolter and committed by
GitHub
8d92d4a4 339b797f

+2 -2
+2 -2
pkgs/development/python-modules/spacy/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "spacy"; 34 - version = "3.3.0"; 34 + version = "3.3.1"; 35 35 format = "setuptools"; 36 36 37 37 disabled = pythonOlder "3.6"; 38 38 39 39 src = fetchPypi { 40 40 inherit pname version; 41 - hash = "sha256-xJ1Q++NxWtxXQUGTZ7OaRo0lVmSEIvELb8Tt846uLLM="; 41 + hash = "sha256-f4fb2xBNhRrmul/Tp2ouFOIuBIE1kD6YuvCFcaOqgcA="; 42 42 }; 43 43 44 44 propagatedBuildInputs = [