python3Packages.spacy-legacy: 3.0.9 -> 3.0.12

This commit is contained in:
Matt Melling 2023-01-30 10:10:43 +00:00
parent d2bbcbe6c6
commit 5a06d325b4
No known key found for this signature in database
GPG Key ID: 6D94F6DB60A64FFE

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 ];