python3Packages.aiohue: 3.0.5 -> 3.0.7

This commit is contained in:
Martin Weinelt 2021-12-21 13:24:17 +01:00
parent 53f9dc60e2
commit 33016c8871

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "aiohue";
version = "3.0.5";
version = "3.0.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qOtfr6rrV+E/vdY3AprJ5G7p+VzYDVk1aq9/F0O0mLE=";
sha256 = "sha256-Q01giQZytOQ+Ko7kvL0OfdDPysfvtKhW7fYmHmAv5Go=";
};
propagatedBuildInputs = [