Unverified Commit f1f3b5ec authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.aioairzone-cloud: 0.6.6 -> 0.6.7 (#348158)

parents ed018fb6 4054c687
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "aioairzone-cloud";
  version = "0.6.6";
  version = "0.6.7";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "Noltari";
    repo = "aioairzone-cloud";
    rev = "refs/tags/${version}";
    hash = "sha256-a1UsRmDCieCMblH2SpNujDj98GjqDcMN6+TRAWkkV3I=";
    hash = "sha256-6M80Qm5stk3wsZ55wcrJc8Y/TDd5zLWwiOhKj+5FQHs=";
  };

  build-system = [ setuptools ];