summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-ecobee-api
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-06-05 00:13:41 +0000
committerGitHub <noreply@github.com>2023-06-05 00:13:41 +0000
commitdd2d950a06ba0ea647600e021fdae2b4fd644c19 (patch)
tree12950ec9be3d776141d5b0234bf24d014fd1197e /pkgs/development/python-modules/python-ecobee-api
parent0e5a0abb85462f9cdc5b971416bf3663150355f1 (diff)
parent87a0230e64d5100c972de1dec96996bc985a1ebe (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/python-ecobee-api')
-rw-r--r--pkgs/development/python-modules/python-ecobee-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-ecobee-api/default.nix b/pkgs/development/python-modules/python-ecobee-api/default.nix
index e287d7490b99..644acb8a4883 100644
--- a/pkgs/development/python-modules/python-ecobee-api/default.nix
+++ b/pkgs/development/python-modules/python-ecobee-api/default.nix
@@ -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 = [