3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.spacy: 3.3.0 -> 3.3.1
This commit is contained in:
Fabian Affolter 2022-06-08 12:01:12 +02:00 committed by GitHub
commit 8d92d4a452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "spacy";
version = "3.3.0";
version = "3.3.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-xJ1Q++NxWtxXQUGTZ7OaRo0lVmSEIvELb8Tt846uLLM=";
hash = "sha256-f4fb2xBNhRrmul/Tp2ouFOIuBIE1kD6YuvCFcaOqgcA=";
};
propagatedBuildInputs = [