python311Packages.zha-quirks: 0.0.111 -> 0.0.112

This commit is contained in:
R. Ryantm 2024-02-24 01:18:46 +00:00
parent 927ee13585
commit de39d4da7e

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.111";
version = "0.0.112";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
hash = "sha256-e2Ho/LBdnEKn7hgykhstjv8ZUYAn41e1+rsgA1MEmf4=";
hash = "sha256-wI7mpX6oFV/RrxH/UP1X9Odago0CxJ5dhjKAsDS+Sq4=";
};
postPatch = ''