python3Packages.cyclopts: 4.10.1 -> 4.10.2

Diff: https://github.com/BrianPugh/cyclopts/compare/v4.10.1...v4.10.2

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v4.10.2
This commit is contained in:
Fabian Affolter
2026-04-09 20:22:14 +02:00
parent 8ad72d81b5
commit ea841c0ffe
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyclopts";
version = "4.10.1";
version = "4.10.2";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${finalAttrs.version}";
hash = "sha256-LgpnpE1Hyx4o2Pi9zXmPLlV7K2wTX5PiNlYD+7333dQ=";
hash = "sha256-vlsjhBfI08QMQ8FzM+BogAXbukHhnr4aD8ZmZVicCv0=";
};
build-system = [