Unverified Commit ee215b58 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #280969 from fabaff/aiohomekit-bump

python311Packages.aiohomekit: 3.1.2 -> 3.1.3
parents 0d60a949 57c0c869
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "aiohomekit";
  version = "3.1.2";
  version = "3.1.3";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "Jc2k";
    repo = "aiohomekit";
    rev = "refs/tags/${version}";
    hash = "sha256-GepXC3u37NuTWCoecUkR1+Ic/5ztn3f6cUlalZ0Na4o=";
    hash = "sha256-LQplvI6P42dI2vIaWyL50cj9k543qeUoHUogDkBaPvI=";
  };

  nativeBuildInputs = [