1 { lib, buildPythonPackage, fetchPypi, aiohttp }:
3 buildPythonPackage rec {
9 sha256 = "35696d04d6eb0328b7031ea3c0a3cfe5d83dfcf62f920522e4767d165c6bc529";
12 propagatedBuildInputs = [ aiohttp ];
15 description = "asyncio package to talk to Philips Hue";
16 homepage = "https://github.com/balloob/aiohue";
17 license = licenses.asl20;