python313Packages.cyclopts: 4.4.0 -> 4.4.1 (#474198)

This commit is contained in:
Fabian Affolter
2025-12-31 09:57:12 +00:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "4.4.0";
version = "4.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-D9luX6h1gkfjHk4Y/JakpLBF+KY58qDKDhpWKmiVS2Y=";
hash = "sha256-kp/mnqa2difEA3s1jtXF1fDluQhLCJ4f6rFRruRbE9k=";
};
build-system = [