python3Packages.zigpy: 1.1.0 -> 1.1.1

Diff: https://github.com/zigpy/zigpy/compare/1.1.0...1.1.1

Changelog: https://github.com/zigpy/zigpy/releases/tag/1.1.1
This commit is contained in:
Robert Schütz
2026-03-16 08:36:21 -07:00
parent eac6701619
commit 86386b7546
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "zigpy";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-N0zGN8Ci6lEqZNuHUtKfB9fIkW3H8+LiAiXlKgtrx2I=";
hash = "sha256-/KbWpXo+IsK2AdPN18aNorVtvcFHFx/Igg/0Mn8NsRM=";
};
postPatch = ''