python310Packages.zigpy: 0.57.1 -> 0.57.2

This commit is contained in:
R. Ryantm 2023-09-25 14:11:32 +00:00
parent f6dd5a9e30
commit 0594cd578a

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.57.1";
version = "0.57.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-aVrLiWPjc4xn2GvKmZCrRJGGbxP545PKqAH9rPq8IPo=";
hash = "sha256-v4H8syWbXqmfvOznRECgSjYi246+socPJTffb79MXK4=";
};
postPatch = ''