python313Packages.yalexs: 8.10.0 -> 8.11.0 (#375890)

This commit is contained in:
Fabian Affolter
2025-01-23 17:01:20 +01:00
committed by GitHub
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "8.10.0";
version = "8.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
tag = "v${version}";
hash = "sha256-0fC12QsCOgFc6GJk5T7kCjVHe9W4Fhwmtv3dwJVh9mM=";
hash = "sha256-ajKe0pIUV2xwFi49MR4NK19G1DZ84e6oSJQIGlXq+Vo=";
};
build-system = [ poetry-core ];