Merge pull request #137843 from r-ryantm/auto-update/python3.8-spacy-legacy

python38Packages.spacy-legacy: 3.0.5 -> 3.0.8
This commit is contained in:
Ryan Mulligan 2021-09-17 12:12:00 -07:00 committed by GitHub
commit b043517938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "spacy-legacy";
version = "3.0.5";
version = "3.0.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Uy94rjFllSj622RTzd6UJaQmIniCw4gpeq/X57QcIpA=";
sha256 = "b4725c5c161f0685ab4fce3fc912bc68aefdb7e102ba9848e852bb5842256c2f";
};
# checkInputs = [ pytestCheckHook spacy ];