Merge pull request #321734 from fabaff/aioairzone-bump

python312Packages.aioairzone: 0.7.6 -> 0.7.7
This commit is contained in:
Nick Cao
2024-06-22 10:17:05 -04:00
committed by GitHub
@@ -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 ];