python312Packages.cyclopts: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm
2025-02-05 00:23:54 +00:00
parent ab36ef17c8
commit 7eb6df94da
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "3.4.1";
version = "3.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-Kn2Ixai1EUpFR2PpPOUOrsTPn/LbLXavWUZVUcO/lq8=";
hash = "sha256-otMKT7GQbI1ORqVRIf9gVzC28nwx8uWYjZcfth5PS/E=";
};
build-system = [