python312Packages.aioairzone-cloud: 0.5.3 -> 0.5.4

Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.5.3...0.5.4

Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.5.4
This commit is contained in:
Fabian Affolter
2024-07-12 16:05:35 +02:00
parent 61ff097de5
commit fcbdc692d5
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.5.3";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-HI6ZSplKS8V+lfkyx1H8wcSPbNxJNF7h5qn7s75qCtI=";
hash = "sha256-XQkrhLOvkYsX8+rb3qkeOcOev8WcB/6tchIfDF4N+i0=";
};
build-system = [ setuptools ];