Revert "python312Packages.zigpy: 0.65.2 -> 0.65.3"

This commit is contained in:
Martin Weinelt 2024-08-11 21:12:42 +02:00 committed by GitHub
parent 91831ee9f4
commit 0df677d721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.65.3";
version = "0.65.2";
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-rNqo4NtIdg9MoOKde26/RUcfX/VYiVkNj97v/RJcB4E=";
};
postPatch = ''