python312Packages.yalexs: 8.6.4 -> 8.7.1

This commit is contained in:
R. Ryantm
2024-09-24 04:50:16 +00:00
parent ee35dc7c19
commit 7fa53edfe5
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "8.6.4";
version = "8.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
rev = "refs/tags/v${version}";
hash = "sha256-KUm+e/ZrfkrS4MA0Wb3VAo9URYmC0ucKw3L+yMMoMtU=";
hash = "sha256-+1Ff0VttUm9cwrEWNiKQfBmYjrtA3AZxWVm/iU21XCE=";
};
build-system = [ poetry-core ];