python311Packages.zigpy: 0.56.2 -> 0.56.4

https://github.com/zigpy/zigpy/releases/tag/0.56.4
This commit is contained in:
Martin Weinelt
2023-08-04 15:06:29 +02:00
parent 99b8966c8d
commit 0c0249dfee
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.56.2";
version = "0.56.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-VUnt2rk1nQZqmoS8ytBCX2q3E4zxSz2A0Hg7AUXmtJo=";
hash = "sha256-PxvTg/z7WmJaH/iwHoJu2bQDLR4G5nkMS5fSP46C3mQ=";
};
postPatch = ''