python312Packages.spacy: 3.8.7 -> 3.8.11
This commit is contained in:
@@ -47,14 +47,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "spacy";
|
||||
version = "3.8.7";
|
||||
version = "3.8.11";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "explosion";
|
||||
repo = "spaCy";
|
||||
tag = "release-v${version}";
|
||||
hash = "sha256-mRra5/4W3DFVI/KbReTg2Ey9mOC6eQQ31/QDt7Pw0fU=";
|
||||
hash = "sha256-pLn3fq6SDstkRIv+1fj1yEGTlAd1IAiVgRu25CnEV8E=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -147,7 +147,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Industrial-strength Natural Language Processing (NLP)";
|
||||
homepage = "https://github.com/explosion/spaCy";
|
||||
changelog = "https://github.com/explosion/spaCy/releases/tag/release-v${version}";
|
||||
changelog = "https://github.com/explosion/spaCy/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ sarahec ];
|
||||
mainProgram = "spacy";
|
||||
|
||||
Reference in New Issue
Block a user