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-15 21:16:07 +01:00
parent dba35aad7d
commit ec253b77f7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 = ''