3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213578 from mattmelling/spacy-legacy-3.0.12

python3Packages.spacy-legacy: 3.0.9 -> 3.0.12
This commit is contained in:
Nick Cao 2023-01-31 09:42:12 +08:00 committed by GitHub
commit b50388b0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "spacy-legacy";
version = "3.0.9";
version = "3.0.12";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-T33LxObI6MtOrbsAn5wKGipnRC4AMsjWd2yUcMN1mQM=";
sha256 = "sha256-s31uDJtuHXyhz1vHFSq2SkxGcfWcha2vej/LhwNXp3Q=";
};
# nativeCheckInputs = [ pytestCheckHook spacy ];