Skip to content

Commit c2a06a2

Browse files
authored
python3Packages.python-ecobee-api: 0.2.20 -> 0.3.0 (#410809)
2 parents 199f40f + 503a597 commit c2a06a2

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/python-ecobee-api

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/python-ecobee-api/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "python-ecobee-api";
12-
version = "0.2.20";
12+
version = "0.3.0";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "nkgilley";
1919
repo = "python-ecobee-api";
2020
tag = version;
21-
hash = "sha256-ffCd109hweeKJn+nnsVo/kDVg3bam/WONZWJOA2EibE=";
21+
hash = "sha256-dJ7dVceYfmJHvk2OEXtRW/U8h2jFDc2aC58WmqhyP+k=";
2222
};
2323

2424
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
3333
meta = with lib; {
3434
description = "Python API for talking to Ecobee thermostats";
3535
homepage = "https://github.com/nkgilley/python-ecobee-api";
36-
changelog = "https://github.com/nkgilley/python-ecobee-api/releases/tag/${version}";
36+
changelog = "https://github.com/nkgilley/python-ecobee-api/releases/tag/${src.tag}";
3737
license = licenses.mit;
3838
maintainers = with maintainers; [ dotlambda ];
3939
};

0 commit comments

Comments
 (0)