python3Packages.aiohue: 4.0.1 -> 4.1.2

This commit is contained in:
Fabian Affolter 2022-02-16 09:13:17 +01:00 committed by Martin Weinelt
parent 8aa520b21b
commit 1cec4dcac6

View file

@ -3,15 +3,19 @@
, fetchPypi
, aiohttp
, asyncio-throttle
, pythonOlder
}:
buildPythonPackage rec {
pname = "aiohue";
version = "4.0.1";
version = "4.1.2";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-wPqEubd+vUpdj7tM0CTPkW5kV4qlF19T+djlGrtA5h8=";
hash = "sha256-V+de9tcZBLaUVpyFLKDH9jv8Nq+UuauxnurGHbGW8xY=";
};
propagatedBuildInputs = [