Fabian Affolter 2025-07-04 07:48:51 +02:00
parent 3288b53ab1
commit af8629cb02

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "3.20.0";
version = "3.22.1";
pyproject = true;
disabled = pythonOlder "3.12";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-0ANSueh/g2twwxeuu5nTwvWkLAqXWTYZ0vVa6wg2D/w=";
hash = "sha256-/1H5PwG/X5XqXGh4lcaxr5ZrHbcHTBHAgG/XMnOCUb0=";
};
build-system = [