[Backport release-26.05] python3Packages.stanza: 1.12.0 -> 1.12.1 (#527485)

This commit is contained in:
Nick Cao 2026-06-04 18:42:51 +00:00 committed by GitHub
commit 20042a1ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "stanza";
version = "1.12.0";
version = "1.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "stanfordnlp";
repo = "stanza";
tag = "v${finalAttrs.version}";
hash = "sha256-uarx5HY6sxm2Fr12Vti4IluqOhFosf8QYIP2WMxdFfI=";
hash = "sha256-e4f/Th9zCVBe05v7NI+IXiSbCfcKVZvDFAKq8ZrsQjA=";
};
build-system = [ setuptools ];