python312Packages.zha: 0.0.23 -> 0.0.27

Diff: https://github.com/zigpy/zha/compare/refs/tags/0.0.23...0.0.27

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.27
This commit is contained in:
Fabian Affolter 2024-08-04 21:36:55 +02:00 committed by Martin Weinelt
parent 3848678799
commit 33d3626dbb

View File

@ -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 = ''