python3Packages.cyclopts: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm
2025-10-29 08:27:57 +00:00
parent e6e136583d
commit a4cdbb0da6
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "4.0.0";
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-efc3P5xOy6YTWoCNOjatjELOEUh6Obfkf8U94GO4+40=";
hash = "sha256-829a2THiOszIiwJDh6WiAU8jZG84so0Jy1xD42ZSZgc=";
};
build-system = [