Merge pull request #235854 from fabaff/python-ecobee-api-bump

python310Packages.python-ecobee-api: 0.2.16 -> 0.2.17
This commit is contained in:
Nick Cao 2023-06-03 20:01:00 -06:00 committed by GitHub
commit 90385792c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "python-ecobee-api";
version = "0.2.16";
version = "0.2.17";
src = fetchPypi {
inherit pname version;
hash = "sha256-wzL1WylQAFLxWu3lDFqQtLxJbQjse4OX/fbzaaEuvGQ=";
hash = "sha256-lJCbNOQJ8xmMa4V+tSFZx4QasK8ZLfsFavMP9Zge4K4=";
};
propagatedBuildInputs = [