Commit 1f63458e authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent b32b0e86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "aiohomekit";
  version = "3.2.13";
  version = "3.2.14";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "Jc2k";
    repo = "aiohomekit";
    tag = version;
    hash = "sha256-J6VxfuLHdxJ92V1puOWv+dnlpBKRBww1iP6IcRMqamk=";
    hash = "sha256-TP5YW4pIWO0xHV1EY5hDa80MrBOvkZLyQTNP7m0x+AU=";
  };

  build-system = [ poetry-core ];