python312Packages.cyclopts: 3.1.4 -> 3.1.5

This commit is contained in:
R. Ryantm
2025-01-10 20:45:52 +00:00
parent 3f14b8543b
commit eb991c21b0
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "3.1.4";
version = "3.1.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-cJ5i/X+0/TpPVtJVEts5NeICsVrmzJjW0m0IXmGIXf4=";
hash = "sha256-iYlQeBR9xuuiTp9mma5okGdAimnEpKd0x4HvC9OkYq0=";
};
build-system = [