Loading pkgs/development/python-modules/aiohue/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,19 +2,21 @@ , buildPythonPackage , fetchPypi , aiohttp , asyncio-throttle }: buildPythonPackage rec { pname = "aiohue"; version = "3.0.7"; version = "3.0.10"; src = fetchPypi { inherit pname version; sha256 = "sha256-Q01giQZytOQ+Ko7kvL0OfdDPysfvtKhW7fYmHmAv5Go="; sha256 = "sha256-LwtE9F5ic0aZ9/q3dSWn20O27yW/QD/Yi1NPdFmiP10="; }; propagatedBuildInputs = [ aiohttp asyncio-throttle ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/aiohue/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,19 +2,21 @@ , buildPythonPackage , fetchPypi , aiohttp , asyncio-throttle }: buildPythonPackage rec { pname = "aiohue"; version = "3.0.7"; version = "3.0.10"; src = fetchPypi { inherit pname version; sha256 = "sha256-Q01giQZytOQ+Ko7kvL0OfdDPysfvtKhW7fYmHmAv5Go="; sha256 = "sha256-LwtE9F5ic0aZ9/q3dSWn20O27yW/QD/Yi1NPdFmiP10="; }; propagatedBuildInputs = [ aiohttp asyncio-throttle ]; pythonImportsCheck = [ Loading