Unverified Commit f5a4fca4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.home-assistant-bluetooth: 1.12.2 -> 1.13.0

parent bd63b5fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "home-assistant-bluetooth";
  version = "1.12.2";
  version = "1.13.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "home-assistant-libs";
    repo = "home-assistant-bluetooth";
    rev = "refs/tags/v${version}";
    hash = "sha256-WAsgiOmYqmt/PCKp+vZA2To95YZAgnYCF8ysCn5N9nc=";
    hash = "sha256-+2bw4im09TyjJ5/7ct42ZCFwU7yKWQnbSo7b+44VtpE=";
  };

  postPatch = ''