Merge pull request #265942 from fabaff/aioairzone-cloud-bump

python311Packages.aioairzone-cloud: 0.3.4 -> 0.3.6
This commit is contained in:
Fabian Affolter 2023-11-07 08:44:07 +01:00 committed by GitHub
commit 4a850fa981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.3.4";
version = "0.3.6";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-X3OhfMW+0oOzubDdSumja//GyI4qgfuyz9/I9xybR9M=";
hash = "sha256-K2/q4JQV6GkNXJ6pKDPfhwKvftdezMp5VdOa5iabmvk=";
};
nativeBuildInputs = [