python3Packages.cyclopts: 4.17.0 -> 4.18.0 (#531898)

This commit is contained in:
Fabian Affolter
2026-06-15 07:40:45 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyclopts";
version = "4.17.0";
version = "4.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${finalAttrs.version}";
hash = "sha256-JhUfgEGL4EBuBmgeDuHpL8M2vLz4+Yf2s4nCUHdD3us=";
hash = "sha256-Gg1FrEXmx90U5vO6u0ttue+niswIuWrKYFpscAoaaKY=";
};
build-system = [