python312Packages.zha: 0.0.19 -> 0.0.20

Diff: https://github.com/zigpy/zha/compare/refs/tags/0.0.19...0.0.20

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.20
This commit is contained in:
Fabian Affolter 2024-07-10 23:39:18 +02:00
parent 16d84c9dc9
commit d8f6f61293

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.19";
version = "0.0.20";
pyproject = true;
disabled = pythonOlder "3.12";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
rev = "refs/tags/${version}";
hash = "sha256-12VxNj2XVfp1x0czwTZL05RaViQQdAQu7r4i0vGgUUU=";
hash = "sha256-kmTOWHREdzXfgDPPs91GfQCgpmkUshwGtscOTT1WGns=";
};
postPatch = ''