From f46e6c1482c27b3ecb0755433fa72ccd0a2ed043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 31 Aug 2024 21:40:50 -0700 Subject: [PATCH] python312Packages.zha-quirks: 0.0.119 -> 0.0.121 Diff: https://github.com/zigpy/zha-device-handlers/compare/refs/tags/0.0.119...0.0.121 Changelog: https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.120 https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.121 --- pkgs/development/python-modules/zha-quirks/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/zha-quirks/default.nix b/pkgs/development/python-modules/zha-quirks/default.nix index d3be6151e7fb..7e9720163c8c 100644 --- a/pkgs/development/python-modules/zha-quirks/default.nix +++ b/pkgs/development/python-modules/zha-quirks/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "zha-quirks"; - version = "0.0.119"; + version = "0.0.121"; pyproject = true; disabled = pythonOlder "3.12"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "zigpy"; repo = "zha-device-handlers"; rev = "refs/tags/${version}"; - hash = "sha256-QvytImEpDk+3IeWVh9bYaX60u+mx4SVXuRxAd/YjPTE="; + hash = "sha256-+HDW07fFh47gW7xNaymylSt8TT2Vzz+6IWSPLtkk/Nw="; }; postPatch = ''