python3Packages.aiohue: 2.6.2 -> 2.6.3

This commit is contained in:
Fabian Affolter 2021-10-05 21:02:08 +02:00 committed by Martin Weinelt
parent 45a9a24aee
commit 10e0d2bd66

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "aiohue";
version = "2.6.2";
version = "2.6.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qLs5k4hKdF0zCpgvYAi5V1VXT8rAwzxzlFpS2WYcpHk=";
sha256 = "sha256-zpwkDKPrE5TFZQO0A1ifTQ7n+TRFpXi3jai3h5plyGM=";
};
propagatedBuildInputs = [