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

Merge pull request #333180 from r-ryantm/auto-update/python312Packages.zha

python312Packages.zha: 0.0.27 -> 0.0.28
parents afe33546 52aa54e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "zha";
  version = "0.0.27";
  version = "0.0.28";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "zigpy";
    repo = "zha";
    rev = "refs/tags/${version}";
    hash = "sha256-urECZtYmwKWboF84SVTiUJthYW0hRBKL9kwRpWvcSoc=";
    hash = "sha256-qsX62k/KeQ2ZTUHAv2ieZxOFh9dNFnLx0ZZOZCvI3ZE=";
  };

  postPatch = ''