python3Packages.aioairzone: 0.1.0 -> 0.1.2

This commit is contained in:
Fabian Affolter 2022-03-21 14:14:58 +01:00
parent b70db0a774
commit eec466609b

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.1.0";
version = "0.1.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = pname;
rev = version;
hash = "sha256-QruXxC/+61P2Mi0UILUIKp4S3wS1+E+WmzBbiUqlVe4=";
hash = "sha256-8OpC/w83us85NWpRXXLsWsLNiPG3v+8BHAToADdLaP4=";
};
propagatedBuildInputs = [