We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fa8af commit 2b1c817Copy full SHA for 2b1c817
pkgs/development/python-modules/zha-quirks/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "zha-quirks";
15
- version = "0.0.129";
+ version = "0.0.130";
16
pyproject = true;
17
18
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "zigpy";
22
repo = "zha-device-handlers";
23
tag = version;
24
- hash = "sha256-/lcF7MZrw85H5LBL8aBdaIuFRT5yJUhr+vN9gJHnPDw=";
+ hash = "sha256-G5q4W9Dxjhjbkt5rcYhseeaSWC73MJCo/pX/OfNlPrQ=";
25
};
26
27
postPatch = ''
0 commit comments