Fabian Affolter
2025-01-22 18:43:37 +01:00
parent 3e46775214
commit e012ca1709
@@ -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 ];