python3Packages.zha-quirks: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2026-07-10 13:55:37 +00:00
parent 2e657a0bd8
commit 5c09a284ca
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-VSMGUeLx8oQ8kfGj48hcceNQTEAP98svz1MCvw5KiVc=";
hash = "sha256-FI0T8kxyZiZBrYd4yW8kpc44DZ6OthqEwxVJBf3ocEg=";
};
postPatch = ''