python3Packages.zigpy: 1.1.1 -> 1.2.2

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

Changelog: https://github.com/zigpy/zigpy/releases/tag/1.2.2
This commit is contained in:
Robert Schütz
2026-04-02 13:10:32 -07:00
parent 7f3df3dc42
commit e3847feb83
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "zigpy";
version = "1.1.1";
version = "1.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-/KbWpXo+IsK2AdPN18aNorVtvcFHFx/Igg/0Mn8NsRM=";
hash = "sha256-xCgQJYZJTjt81RC6rLb5hEyauJD3qxMK5TXTxTgXwT4=";
};
postPatch = ''