Loading pkgs/development/python-modules/pylutron-caseta/default.nix +5 −4 Original line number Diff line number Diff line { lib , async-timeout , buildPythonPackage , cryptography , fetchFromGitHub , pytest-asyncio , pytest-sugar , pytest-timeout , pytestCheckHook , pythonOlder Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pylutron-caseta"; version = "0.18.2"; version = "0.18.3"; format = "pyproject"; disabled = pythonOlder "3.8"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "gurumitts"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-GyYJZIjvy4JYNCUUJpQxt32U8lMS/iQoz4llbCmJQhU="; hash = "sha256-tjmMu7LUne+hLLTXGqHhci9/PZiuQ10mQaARvL2sdIM="; }; nativeBuildInputs = [ Loading @@ -34,9 +34,10 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-sugar pytest-timeout pytestCheckHook ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; pytestFlagsArray = [ Loading Loading
pkgs/development/python-modules/pylutron-caseta/default.nix +5 −4 Original line number Diff line number Diff line { lib , async-timeout , buildPythonPackage , cryptography , fetchFromGitHub , pytest-asyncio , pytest-sugar , pytest-timeout , pytestCheckHook , pythonOlder Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pylutron-caseta"; version = "0.18.2"; version = "0.18.3"; format = "pyproject"; disabled = pythonOlder "3.8"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "gurumitts"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-GyYJZIjvy4JYNCUUJpQxt32U8lMS/iQoz4llbCmJQhU="; hash = "sha256-tjmMu7LUne+hLLTXGqHhci9/PZiuQ10mQaARvL2sdIM="; }; nativeBuildInputs = [ Loading @@ -34,9 +34,10 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-sugar pytest-timeout pytestCheckHook ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; pytestFlagsArray = [ Loading