python313Packages.cyclopts: 3.23.1 -> 3.24.0

Diff: https://github.com/BrianPugh/cyclopts/compare/v3.23.1...v3.24.0

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v3.24.0

Changed files
+2 -2
pkgs
development
python-modules
cyclopts
+2 -2
pkgs/development/python-modules/cyclopts/default.nix
···
buildPythonPackage rec {
pname = "cyclopts";
-
version = "3.23.1";
+
version = "3.24.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
-
hash = "sha256-qKQcx38b/GfFvJHXToLGkszBf5inRLfZTvcCX0MCaYk=";
+
hash = "sha256-gJflZBH3xCGKffKGt7y1xGXQR8C1wK19LnbunZ0kbAc=";
};
build-system = [