python3Packages.aiohue: 3.0.7 -> 3.0.10

This commit is contained in:
Martin Weinelt 2021-12-24 01:12:26 +01:00
parent 32701be883
commit 5e2884794c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 = [