Unverified Commit 43142af6 authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent f402501c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "aiohomekit";
  version = "2.4.4";
  version = "2.4.6";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "Jc2k";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-a7i8xBlTM3DZDZBzLe/sbMR4CNx7XMxNQ6tiMI6MoTg=";
    hash = "sha256-QCPZaxVCQSckZ7qjV9wF7YqgTOFPbRy4xOQVDvReav4=";
  };

  nativeBuildInputs = [