Commit bfc7ccc0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent fb25a92d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "aiohomekit";
  version = "3.2.17";
  version = "3.2.18";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "Jc2k";
    repo = "aiohomekit";
    tag = version;
    hash = "sha256-O9GKqHpbo0y2yHsieZMAeI+rDMuD0SHS8TGjOp2e6mE=";
    hash = "sha256-0RCKJqhD/SMMB21ZwrR81jmb6yenZxGPQOQ+TkXb0Uo=";
  };

  build-system = [ poetry-core ];