python313Packages.zigpy: 0.77.1 -> 0.78.0

Diff: https://github.com/zigpy/zigpy/compare/refs/tags/0.77.1...0.78.0

Changelog: https://github.com/zigpy/zigpy/releases/tag/0.78.0
This commit is contained in:
Robert Schütz
2025-04-05 04:26:35 +02:00
committed by Martin Weinelt
parent f3d39263d4
commit d84901d23a
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.77.1";
version = "0.78.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-gvgGRTZc+JT0seeDyiu59Bxxp7J/gGIO0rCCtTeS9t4=";
hash = "sha256-7ckpg1ukuASWtTdQn/P0KfXaMo5l2NyB9alCXeTarEU=";
};
postPatch = ''