python3Packages.python-ecobee-api: 0.2.20 -> 0.3.0 (#410809)

authored by dotlambda and committed by GitHub c2a06a27 199f40f7

+3 -3
+3 -3
pkgs/development/python-modules/python-ecobee-api/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "python-ecobee-api"; 12 - version = "0.2.20"; 12 + version = "0.3.0"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 18 18 owner = "nkgilley"; 19 19 repo = "python-ecobee-api"; 20 20 tag = version; 21 - hash = "sha256-ffCd109hweeKJn+nnsVo/kDVg3bam/WONZWJOA2EibE="; 21 + hash = "sha256-dJ7dVceYfmJHvk2OEXtRW/U8h2jFDc2aC58WmqhyP+k="; 22 22 }; 23 23 24 24 build-system = [ setuptools ]; ··· 33 33 meta = with lib; { 34 34 description = "Python API for talking to Ecobee thermostats"; 35 35 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}"; 37 37 license = licenses.mit; 38 38 maintainers = with maintainers; [ dotlambda ]; 39 39 };