python312Packages.spacy: 3.8.7 -> 3.8.11

This commit is contained in:
Sarah Clark
2025-12-10 13:30:46 -08:00
parent 803ff66688
commit 524e155b20
@@ -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";