python3Packages.yalexs: 8.12.0 -> 9.0.1

https://github.com/bdraco/yalexs/blob/v9.0.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-09-05 03:37:01 +02:00
parent e4a9852052
commit f0132eb147
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "8.12.0";
version = "9.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
tag = "v${version}";
hash = "sha256-wOJHeswtGy912repFKFMKAzmODssnNtsJpJZ+9wpqPI=";
hash = "sha256-ISrmOumxOmCpelHFdKGFsRVtvPP+Fys8Db0SPsxgHWs=";
};
build-system = [ poetry-core ];