python312Packages.zha: 0.0.33 -> 0.0.34

Diff: https://github.com/zigpy/zha/compare/refs/tags/0.0.33...0.0.34

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.34
This commit is contained in:
Robert Schütz 2024-10-02 19:25:45 -07:00
parent c34480b9d1
commit c3a008748a

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.33";
version = "0.0.34";
pyproject = true;
disabled = pythonOlder "3.12";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
rev = "refs/tags/${version}";
hash = "sha256-qcXKHIiEm1wqcQKRH+TqgQMPZbLqNnBiR6dbmLwxW1Y=";
hash = "sha256-or4mZpfcVl7fTf8O1vBxEeeJvhYNgrlV+FClrzQG/lg=";
};
postPatch = ''