python312Packages.zha: 0.0.37 -> 0.0.39

https://github.com/zigpy/zha/releases/tag/0.0.39
This commit is contained in:
Martin Weinelt
2024-11-18 03:07:09 +01:00
parent dba35aad7d
commit ec253b77f7
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.37";
version = "0.0.39";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
rev = "refs/tags/${version}";
hash = "sha256-PY4TJIG5NtJdQuQYmoZG3NgcH3WfCkpkcoJTbJ5jdr0=";
hash = "sha256-75R2Ah5L5wjIwGrUeifujiuAo4GhpXbu8EbqAPImjQU=";
};
postPatch = ''