python313Packages.cyclopts: 3.20.0 -> 3.22.1 (#422293)

This commit is contained in:
Fabian Affolter 2025-07-04 10:47:27 +02:00 committed by GitHub
commit 004247b01b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [