python3Packages.cyclopts: 3.22.2 -> 3.22.3 (#429514)

This commit is contained in:
Nick Cao 2025-07-30 14:58:04 -04:00 committed by GitHub
commit 6610553ec0
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.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 = [