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

python3Packages.zha-quirks: 0.0.148 -> 0.0.149

parent ba21ae9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "zha-quirks";
  version = "0.0.148";
  version = "0.0.149";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "zigpy";
    repo = "zha-device-handlers";
    tag = version;
    hash = "sha256-A2+pBLPexQLMDE/feQ7mQ1bbzGBAXs/5GktOVn2D2JM=";
    hash = "sha256-BAw7K4BrWEsMGcNpCVlcuG1ioiaTdEzBprtMnBton1Q=";
  };

  postPatch = ''