python3Packages.zha: 1.1.1 -> 1.1.2

https://github.com/zigpy/zha/releases/tag/1.1.2
This commit is contained in:
Martin Weinelt
2026-04-12 01:10:54 +02:00
parent fa18148db9
commit 588d8a226b
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "zha";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-hr+FeBVQ1yqQGOhhTBd4c1g6OEntGaPPuHt1/nD+HKE=";
hash = "sha256-GPl3nXi24ukNHDE81keyu8m1xgS0MSRdo7ULxy6foGQ=";
};
postPatch = ''