python3Packages.python-ecobee-api: 0.3.2 -> 0.4.1

This commit is contained in:
R. Ryantm
2026-05-30 18:16:18 +00:00
parent 0d37563c0e
commit e8cc556d04
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "python-ecobee-api";
version = "0.3.2";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "nkgilley";
repo = "python-ecobee-api";
tag = version;
hash = "sha256-6uZc022C3EgEgsPGD302qAtFqubwQSETQr3SQSYXeb8=";
hash = "sha256-Gr0aLAX5Qv8COMjwvoqyhc7yBNMu6nbMCSBVT5FcX1Q=";
};
build-system = [ setuptools ];