Merge pull request #333972 from NixOS/revert-333570-auto-update/python312Packages.zigpy

Revert "python312Packages.zigpy: 0.65.2 -> 0.65.3"

The package was bumped with various obvious failures listed in the PR.
This commit is contained in:
Martin Weinelt 2024-08-11 21:13:25 +02:00 committed by GitHub
commit cebb5c82a1
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 = ''