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

Merge pull request #321734 from fabaff/aioairzone-bump

python312Packages.aioairzone: 0.7.6 -> 0.7.7
parents 038f3202 77d4be77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];