python312Packages.zigpy: 0.64.3 -> 0.65.0

This commit is contained in:
R. Ryantm
2024-07-30 02:20:58 +00:00
parent 7fee7ae70f
commit 4c15bc79eb
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.64.3";
version = "0.65.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-bFCQAobzYdEFjr4dE2ANj6uHnhGzxz+Ij7wMT/nMH4I=";
hash = "sha256-CyVmMDZ+8B3SYRR6JKFeI/dyQbJk70/slm3hRV1f3ig=";
};
postPatch = ''