Merge pull request #246500 from r-ryantm/auto-update/python310Packages.spacy-lookups-data

python310Packages.spacy-lookups-data: 1.0.3 -> 1.0.5
This commit is contained in:
Weijia Wang 2023-08-08 19:02:47 +02:00 committed by GitHub
commit bb1372479b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "spacy-lookups-data";
version = "1.0.3";
version = "1.0.5";
format = "setuptools";
src = fetchPypi {
pname = "spacy_lookups_data";
inherit version;
hash = "sha256-q2hlVI+4ZtR5CQ4xEIp+Je0ZKhH8sJiW5xFjKM3FK+E=";
hash = "sha256-b5NcgfFFvcyE/GEV9kh2QoXH/z6P8kYpUEaBTpba1jw=";
};
nativeCheckInputs = [