python3Packages.zha: 1.0.2 -> 1.1.1

Diff: https://github.com/zigpy/zha/compare/1.0.2...1.1.1

Changelog: https://github.com/zigpy/zha/releases/tag/1.1.1
This commit is contained in:
Robert Schütz
2026-04-02 13:10:32 -07:00
parent fdefdc9e46
commit 2d0083cf22
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "zha";
version = "1.0.2";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-ps3Qq1iGB9uPXe8CWDGLbST90EIAmszT0nuh0AvUjKg=";
hash = "sha256-hr+FeBVQ1yqQGOhhTBd4c1g6OEntGaPPuHt1/nD+HKE=";
};
postPatch = ''