lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.aiohue: 2.6.2 -> 2.6.3

authored by

Fabian Affolter and committed by
Martin Weinelt
10e0d2bd 45a9a24a

+2 -2
+2 -2
pkgs/development/python-modules/aiohue/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "aiohue"; 9 - version = "2.6.2"; 9 + version = "2.6.3"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-qLs5k4hKdF0zCpgvYAi5V1VXT8rAwzxzlFpS2WYcpHk="; 13 + sha256 = "sha256-zpwkDKPrE5TFZQO0A1ifTQ7n+TRFpXi3jai3h5plyGM="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [