python3Packages.zigpy: 0.80.1 -> 0.82.2

https://github.com/zigpy/zigpy/releases/tag/0.82.2
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:21 +02:00
parent c3924bb555
commit 033169226d
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.80.1";
version = "0.82.2";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-OHwX2bwM6XYPGs2n7X5OQ3lW1lsD0RaaPNSFXOX+C/Q=";
hash = "sha256-j1gB5+UCseakfkqgA7hmm7qCchIN/BIAAZTdy7mKztM=";
};
postPatch = ''