python313Packages.cyclopts: 4.2.5 -> 4.3.0

Diff: https://github.com/BrianPugh/cyclopts/compare/v4.2.5...v4.3.0

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v4.3.0
This commit is contained in:
Fabian Affolter
2025-12-05 15:44:06 +01:00
parent 4ac8aa0f8f
commit aa7e7fe3fd
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "4.2.5";
version = "4.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-5OGQLAHDh3wkGxiYPXt6Txc4naSmuyDWojZA9ZgZwMo=";
hash = "sha256-BicM/mUdzHqGOTshO01dzofnquFavQiUWR/wugX+Ars=";
};
build-system = [