python312Packages.zigpy: 0.65.3 -> 0.65.4

Diff: https://github.com/zigpy/zigpy/compare/refs/tags/0.65.3...0.65.4

Changelog: https://github.com/zigpy/zigpy/releases/tag/0.65.4
This commit is contained in:
Fabian Affolter 2024-08-16 23:23:59 +02:00 committed by Martin Weinelt
parent bf684a74ca
commit 495ab2871a

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.65.3";
version = "0.65.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-zE8Hqha1yv7OsaXYrKzf3o2JLO/RcDSAxixWoMj2T3M=";
hash = "sha256-+z25W3ubw1TJbrRghsYzcuUZUHaL5xPMeZceJ1aUrKw=";
};
postPatch = ''