python3Packages.zha: 0.0.79 -> 0.0.80

Diff: https://github.com/zigpy/zha/compare/0.0.79...0.0.80

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.80
This commit is contained in:
Robert Schütz
2025-12-03 10:44:31 -08:00
parent 7f16fa9308
commit 8f0a23112b
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.79";
version = "0.0.80";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-rM0Hu/MjMBeQSyZ6HsNmHXZmWFDr3cMi0QoHaL/fKto=";
hash = "sha256-5zqF+EkpKcgmEkg4ZSjMsz3yZn/Y13ECbM/7fBhlnis=";
};
postPatch = ''