Fabian Affolter 2024-06-14 10:13:42 +02:00
parent 53282729bc
commit 84ee2a11b5

View File

@ -11,6 +11,7 @@
pytest-mock,
pytestCheckHook,
pythonOlder,
pyyaml,
rich,
rich-rst,
typing-extensions,
@ -18,7 +19,7 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "2.6.2";
version = "2.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +28,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
rev = "refs/tags/v${version}";
hash = "sha256-GWUD9Qu2EKrT7nwlmSpJ31LWSvv6mASxsXGznumusdw=";
hash = "sha256-oYYsHT8VZdqcOkMj++Bh7xjZ3JfJ9CiacFt92lBiQmc=";
};
build-system = [
@ -48,6 +49,7 @@ buildPythonPackage rec {
pydantic
pytest-mock
pytestCheckHook
pyyaml
];
pythonImportsCheck = [ "cyclopts" ];