python3Packages.zigpy: 0.82.2 -> 0.82.3

https://github.com/zigpy/zigpy/releases/tag/0.82.3
This commit is contained in:
Martin Weinelt
2025-09-05 03:37:02 +02:00
parent 90cd56cdd7
commit 520cb486ff
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.82.2";
version = "0.82.3";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-j1gB5+UCseakfkqgA7hmm7qCchIN/BIAAZTdy7mKztM=";
hash = "sha256-q93qJFQep+7M+R0t7n/qyOG81o5UKHs6DPwJK2BbZB4=";
};
postPatch = ''