python3Packages.zigpy: 0.86.0 -> 0.87.0

Diff: https://github.com/zigpy/zigpy/compare/0.86.0...0.87.0

Changelog: https://github.com/zigpy/zigpy/releases/tag/0.87.0
This commit is contained in:
Robert Schütz
2025-12-03 10:44:31 -08:00
parent e3298657a7
commit e800d0c4fe
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.86.0";
version = "0.87.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-PROJKC8ZxAZ8zZR4if33553qtp7i9y58LPr1d1gCXVQ=";
hash = "sha256-gaKTU3cAx8TecafVasoLeefjWS/R1AJVCZn9F1oqyPY=";
};
postPatch = ''