Merge pull request #257269 from r-ryantm/auto-update/python310Packages.zigpy

python310Packages.zigpy: 0.57.1 -> 0.57.2
This commit is contained in:
Fabian Affolter 2023-09-25 18:13:53 +02:00 committed by GitHub
commit a33d622ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''