python311Packages.zigpy: 0.60.1 -> 0.60.2

Diff: https://github.com/zigpy/zigpy/compare/refs/tags/0.60.1...0.60.2

Changelog: https://github.com/zigpy/zigpy/releases/tag/0.60.2
This commit is contained in:
Fabian Affolter 2023-12-21 08:38:04 +01:00
parent 38bbf09b10
commit 72c9b045fc

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.60.1";
version = "0.60.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-Ejf/Z9mgyO8y99rmuPPVOleyHWgYzxq3AO3TB8jkmtY=";
hash = "sha256-3hYgb2uvyFQmtfdVKBorGhTgVt/Dq1roXTu7xvE7SHY=";
};
postPatch = ''