python313Packages.yalexs: 8.11.1 -> 8.12.0

Diff: https://github.com/bdraco/yalexs/compare/v8.11.1...v8.12.0

Changelog: https://github.com/bdraco/yalexs/blob/v8.12.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-08-24 09:37:10 +02:00
parent d7ac4e7dbf
commit c52ad993b0
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "8.11.1";
version = "8.12.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
tag = "v${version}";
hash = "sha256-J7fVj3vb6cLfjijEHJwWS+LmWGM74HoFs392+apdlrc=";
hash = "sha256-wOJHeswtGy912repFKFMKAzmODssnNtsJpJZ+9wpqPI=";
};
build-system = [ poetry-core ];