python312Packages.zha: 0.0.32 -> 0.0.33

https://github.com/zigpy/zha/releases/tag/0.0.33
This commit is contained in:
Martin Weinelt
2024-09-18 13:47:18 +02:00
parent 10be3da063
commit 2a0e89298a
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.32";
version = "0.0.33";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
rev = "refs/tags/${version}";
hash = "sha256-DIVzgTAlxzYqEPrLeX5e1At9EiEm0z+CzZ2bulgWINU=";
hash = "sha256-qcXKHIiEm1wqcQKRH+TqgQMPZbLqNnBiR6dbmLwxW1Y=";
};
postPatch = ''