python312Packages.aioairzone: 0.7.6 -> 0.7.7

Diff: https://github.com/Noltari/aioairzone/compare/refs/tags/0.7.6...0.7.7

Changelog: https://github.com/Noltari/aioairzone/releases/tag/0.7.7
This commit is contained in:
Fabian Affolter
2024-06-22 13:02:31 +02:00
parent f56c8069d6
commit 77d4be773c
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.7.6";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone";
rev = "refs/tags/${version}";
hash = "sha256-99Km1zizAA0BF4ZlLmKOBoOQzKS/QdWpWC9dzg2s3lU=";
hash = "sha256-0YChwHxxINwvhOAmDPn0IUMOItMDDRx6mGbsz6uSIEU=";
};
nativeBuildInputs = [ setuptools ];