python312Packages.zigpy: 0.72.0 -> 0.73.1

https://github.com/zigpy/zigpy/releases/tag/0.73.1
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:22 +01:00
parent 6395a2f5bc
commit bfdf5ea595
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.72.0";
version = "0.73.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-q8YyAFBhY60ZK8tHSJnTU6gbDP3ifT1MAAbpYf3EIJA=";
hash = "sha256-Fb5rZhxd93QY0TYJTTLXEaqlxk3JdlIOun5FB7wJbSE=";
};
postPatch = ''