summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-ecobee-api
diff options
context:
space:
mode:
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 dc35c0c022fb..7a9d9edd91b5 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.13";
+ version = "0.2.14";
src = fetchPypi {
inherit pname version;
- sha256 = "7c39f5aac854a2fb8fb33f41b351769a92ff784bc6112e7a5c1b9e1949a0fefe";
+ sha256 = "sha256-QfVOgX/psFB/l9dPBcaHh+2v9+7LjDCUAvaEQjUrxmA=";
};
propagatedBuildInputs = [