python313Packages.zigpy: 0.76.2 -> 0.77.1

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

Changelog: https://github.com/zigpy/zigpy/releases/tag/0.77.1
This commit is contained in:
Robert Schütz
2025-03-11 18:42:04 -07:00
parent 4512837e51
commit 0dd550f43d
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.76.2";
version = "0.77.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-FJ1mEo/+U0wqLRnmro34UVDwzVJXhI4aJtcvfDboPlc=";
hash = "sha256-gvgGRTZc+JT0seeDyiu59Bxxp7J/gGIO0rCCtTeS9t4=";
};
postPatch = ''