python310Packages.aioairzone: 0.5.2 -> 0.5.3

Diff: https://github.com/Noltari/aioairzone/compare/refs/tags/0.5.2...0.5.3

Changelog: https://github.com/Noltari/aioairzone/releases/tag/0.5.3
This commit is contained in:
Fabian Affolter
2023-03-09 08:59:17 +01:00
parent d95021fe3f
commit 48dad033bb

View File

@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.5.2";
version = "0.5.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-x4OtYUJjRDSDd0FzlbMf7syjUIVxKsqgEfRWS1wgvPo=";
hash = "sha256-A2jk8gXqKeQ3b2p9/bkPat1NdhUOFdJCZeSFg//D/hA=";
};
propagatedBuildInputs = [