Loading pkgs/development/python-modules/cyclopts/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "cyclopts"; version = "3.1.2"; version = "3.1.3"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "BrianPugh"; repo = "cyclopts"; rev = "refs/tags/v${version}"; hash = "sha256-5LJSo7DlzId0gd8Egv+JAbLk59tSl2HbwjyGm0qy5nI="; hash = "sha256-N53obWs924HqxELxO1Ax4Jy+u+e4KT+FSbX4UhR+pJg="; }; build-system = [ Loading @@ -54,6 +54,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "cyclopts" ]; disabledTests = [ # Assertion error "test_pydantic_error_msg" ]; meta = with lib; { description = "Module to create CLIs based on Python type hints"; homepage = "https://github.com/BrianPugh/cyclopts"; Loading Loading
pkgs/development/python-modules/cyclopts/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "cyclopts"; version = "3.1.2"; version = "3.1.3"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "BrianPugh"; repo = "cyclopts"; rev = "refs/tags/v${version}"; hash = "sha256-5LJSo7DlzId0gd8Egv+JAbLk59tSl2HbwjyGm0qy5nI="; hash = "sha256-N53obWs924HqxELxO1Ax4Jy+u+e4KT+FSbX4UhR+pJg="; }; build-system = [ Loading @@ -54,6 +54,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "cyclopts" ]; disabledTests = [ # Assertion error "test_pydantic_error_msg" ]; meta = with lib; { description = "Module to create CLIs based on Python type hints"; homepage = "https://github.com/BrianPugh/cyclopts"; Loading