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 2b1c817 commit 1fecf7bCopy full SHA for 1fecf7b
pkgs/development/python-modules/zha/default.nix
@@ -27,7 +27,7 @@
27
28
buildPythonPackage rec {
29
pname = "zha";
30
- version = "0.0.44";
+ version = "0.0.45";
31
pyproject = true;
32
33
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
36
owner = "zigpy";
37
repo = "zha";
38
tag = version;
39
- hash = "sha256-ZgCbhezNsWZsQQViPK04UQA2mGZz47rFiMAk2oR8xR4=";
+ hash = "sha256-KeHGuQGEoXQnIJKQ86DrsoufN+Ppp/fyYblXx2iGHgU=";
40
};
41
42
postPatch = ''
0 commit comments