python310Packages.aioairzone: 0.4.8 -> 0.4.9

This commit is contained in:
Fabian Affolter 2022-08-09 15:38:37 +02:00
parent d070f3d4e0
commit 11896e7e21

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.4.8";
version = "0.4.9";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Dm05DCNPyQW62RRIVf995jEa5A6kqYyhsUNn+XCjSSI=";
hash = "sha256-qG+EPZjH3I4TRGka7J21ukGpuJQfA/Nuy6DbIUnykcs=";
};
propagatedBuildInputs = [