Commit 33d3626d authored by Fabian Affolter's avatar Fabian Affolter Committed by Martin Weinelt
Browse files
parent 38486787
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.23";
  version = "0.0.27";
  pyproject = true;

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

  postPatch = ''