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

python313Packages.aiohomekit: 3.2.17 -> 3.2.18 (#444876)

parents 525b82ea bfc7ccc0
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 ];