lol
0
fork

Configure Feed

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

python3Packages.python-ecobee-api: 0.2.13 -> 0.2.14

+2 -2
+2 -2
pkgs/development/python-modules/python-ecobee-api/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "python-ecobee-api"; 9 - version = "0.2.13"; 9 + version = "0.2.14"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "7c39f5aac854a2fb8fb33f41b351769a92ff784bc6112e7a5c1b9e1949a0fefe"; 13 + sha256 = "sha256-QfVOgX/psFB/l9dPBcaHh+2v9+7LjDCUAvaEQjUrxmA="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [