File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/python-ecobee-api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments