python3Packages.aiohue: 4.1.2 -> 4.2.0

This commit is contained in:
Martin Weinelt 2022-02-17 00:02:30 +01:00
parent 54105e1f85
commit 250610921a

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiohue";
version = "4.1.2";
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-V+de9tcZBLaUVpyFLKDH9jv8Nq+UuauxnurGHbGW8xY=";
hash = "sha256-/NcCo4Jvq1JeXD1UTrzNpPNDNmEt7GOrbCl79V00+eM=";
};
propagatedBuildInputs = [