python3Packages.cyclopts: 3.22.2 -> 3.22.3

This commit is contained in:
R. Ryantm
2025-07-30 02:44:19 +00:00
parent eaa9fd315f
commit 47ef9bf9c4
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "3.22.2";
version = "3.22.3";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-PFrXCrcCbomgsBcQ9xOwPCmf96WjqXL8az4eZyjJQ/M=";
hash = "sha256-QBB6HhkMLnoFAbXeKnqZ/C4b7fmH/Y7sR9YX06Cha+I=";
};
build-system = [