0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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-03 22:13:51 -07:00 committed by Martin Weinelt
parent f3d39263d4
commit d84901d23a
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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