python312Packages.aioairzone-cloud: 0.6.3 -> 0.6.5

Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.6.3...0.6.5

Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.6.5
This commit is contained in:
Fabian Affolter
2024-09-02 08:09:36 +02:00
parent abd37c51b2
commit 6c9394a5bc
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.6.3";
version = "0.6.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-0F7x/A7kjtFAA6FBZXAD+Ugfkvh5ZfPFoU/emGmogD8=";
hash = "sha256-+F1kcs3XBBRNSmiuobFIFHsZOHEFjwYq0oxkHViuWXw=";
};
build-system = [ setuptools ];