Fabian Affolter
2025-05-03 12:40:52 +02:00
parent b007e941d7
commit 22d5380944
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "3.13.1";
version = "3.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-clufN+oFw32hKhbPFhIWWjwq512WP5Vxe3cvM/wze60=";
hash = "sha256-alXKOlSM4QPkXEVhWHwoW+YxXOTQtOffbIuK8WCWTtA=";
};
build-system = [