Skip to content

Commit 18fa8af

Browse files
committed
python313Packages.zigpy: 0.73.3 -> 0.74.0
https://github.com/zigpy/zigpy/releases/tag/0.74.0
1 parent 5395e70 commit 18fa8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/zigpy/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 = "zigpy";
30-
version = "0.73.3";
30+
version = "0.74.0";
3131
pyproject = true;
3232

3333
disabled = pythonOlder "3.9";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
3636
owner = "zigpy";
3737
repo = "zigpy";
3838
tag = version;
39-
hash = "sha256-+YkNV6xbM38dHVpXD264KmzozborvotZRETAncpAUEs=";
39+
hash = "sha256-B0BjDldIzHGRKR79mqgJHbvYeDGY5EDxFKaD2Q+HMyo=";
4040
};
4141

4242
postPatch = ''

0 commit comments

Comments
 (0)