Loading pkgs/development/python-modules/aioshelly/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, aiohttp, aioresponses, bleak-retry-connector, bluetooth-data-tools, buildPythonPackage, fetchFromGitHub, Loading @@ -9,33 +10,33 @@ orjson, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, yarl, zeroconf, }: buildPythonPackage rec { pname = "aioshelly"; version = "13.15.0"; version = "13.17.0"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; hash = "sha256-1LiBWoZNSvhTAYf5VDo4gmfTz1oiKgrkAseDOm1kYYI="; hash = "sha256-+qGbg95rHzddlnNrW8XfdWjzyC8ARqz1GUxqCn0KgsA="; }; build-system = [ setuptools ]; dependencies = [ aiohttp bleak-retry-connector bluetooth-data-tools habluetooth orjson yarl zeroconf ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/aioshelly/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, aiohttp, aioresponses, bleak-retry-connector, bluetooth-data-tools, buildPythonPackage, fetchFromGitHub, Loading @@ -9,33 +10,33 @@ orjson, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, yarl, zeroconf, }: buildPythonPackage rec { pname = "aioshelly"; version = "13.15.0"; version = "13.17.0"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; hash = "sha256-1LiBWoZNSvhTAYf5VDo4gmfTz1oiKgrkAseDOm1kYYI="; hash = "sha256-+qGbg95rHzddlnNrW8XfdWjzyC8ARqz1GUxqCn0KgsA="; }; build-system = [ setuptools ]; dependencies = [ aiohttp bleak-retry-connector bluetooth-data-tools habluetooth orjson yarl zeroconf ]; nativeCheckInputs = [ Loading