python3Packages.zha: 0.0.78 -> 0.0.79

https://github.com/zigpy/zha/releases/tag/0.0.79
This commit is contained in:
Martin Weinelt
2025-11-14 23:41:02 +01:00
parent ad2f41260c
commit e55256054d

View File

@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.78";
version = "0.0.79";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-io97gvYtI6wsynWPGm2CAAYyDkMRTUSJwL4N56+sNhw=";
hash = "sha256-rM0Hu/MjMBeQSyZ6HsNmHXZmWFDr3cMi0QoHaL/fKto=";
};
postPatch = ''