python313Packages.zigpy: 0.73.1 -> 0.73.3

https://github.com/zigpy/zigpy/releases/tag/0.73.3
This commit is contained in:
Martin Weinelt
2025-01-05 02:56:53 +01:00
parent 9a502b5b46
commit 2e4091ad5d
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.73.1";
version = "0.73.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-Fb5rZhxd93QY0TYJTTLXEaqlxk3JdlIOun5FB7wJbSE=";
hash = "sha256-+YkNV6xbM38dHVpXD264KmzozborvotZRETAncpAUEs=";
};
postPatch = ''