Skip to content

Commit 1fecf7b

Browse files
committed
python313Packages.zha: 0.0.44 -> 0.0.45
https://github.com/zigpy/zha/releases/tag/0.0.45
1 parent 2b1c817 commit 1fecf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/zha/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
buildPythonPackage rec {
2929
pname = "zha";
30-
version = "0.0.44";
30+
version = "0.0.45";
3131
pyproject = true;
3232

3333
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
3636
owner = "zigpy";
3737
repo = "zha";
3838
tag = version;
39-
hash = "sha256-ZgCbhezNsWZsQQViPK04UQA2mGZz47rFiMAk2oR8xR4=";
39+
hash = "sha256-KeHGuQGEoXQnIJKQ86DrsoufN+Ppp/fyYblXx2iGHgU=";
4040
};
4141

4242
postPatch = ''

0 commit comments

Comments
 (0)