python312Packages.zigpy: 0.71.0 -> 0.72.0

https://github.com/zigpy/zigpy/releases/tag/0.72.0
This commit is contained in:
Martin Weinelt 2024-11-15 21:14:58 +01:00
parent 1aa92a20d3
commit dba35aad7d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.71.0";
version = "0.72.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-ctlbCtUiwLFlxja9F6Fz7m9FP/lJLS+7/+gWlMTo+1s=";
hash = "sha256-q8YyAFBhY60ZK8tHSJnTU6gbDP3ifT1MAAbpYf3EIJA=";
};
postPatch = ''