diff --git a/pkgs/development/python-modules/aioruckus/default.nix b/pkgs/development/python-modules/aioruckus/default.nix index e38c13e78269..554c38b3f210 100644 --- a/pkgs/development/python-modules/aioruckus/default.nix +++ b/pkgs/development/python-modules/aioruckus/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aioruckus"; - version = "0.41"; + version = "0.42"; pyproject = true; disabled = pythonOlder "3.10"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "ms264556"; repo = "aioruckus"; rev = "refs/tags/v${version}"; - hash = "sha256-acu0EWP/k0qyylPtM8IBxhJhhQhXpbG2NheYpD8RTG8="; + hash = "sha256-UfyB3qGEDOQ39YA1AueCBXeoJhGH+XDCLZSFA+kpT2k="; }; build-system = [ setuptools ]; @@ -50,6 +50,8 @@ buildPythonPackage rec { "test_current_active_clients" "test_mesh_info" "test_system_info" + # Network access to Ruckus Cloud API + "test_r1_connect_no_webserver_error" ]; meta = with lib; {