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

python312Packages.aioairzone-cloud: 0.6.2 -> 0.6.3 (#338717)

parents 24cb2215 90ed9b2f
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.2";
  version = "0.6.3";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "Noltari";
    repo = "aioairzone-cloud";
    rev = "refs/tags/${version}";
    hash = "sha256-ByXSLfcUyj8i6t5guHnJedZrevGm71ad19vA/CxwTJ4=";
    hash = "sha256-0F7x/A7kjtFAA6FBZXAD+Ugfkvh5ZfPFoU/emGmogD8=";
  };

  build-system = [ setuptools ];