Merge pull request #210016 from r-ryantm/auto-update/python310Packages.aioshelly

python310Packages.aioshelly: 5.2.0 -> 5.2.1
This commit is contained in:
Fabian Affolter 2023-01-10 13:19:22 +01:00 committed by GitHub
commit 2ed69a1e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "5.2.0";
version = "5.2.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pa7ijfT/VbXNxwf9RITWxhUVUbimuBEjlU3xnDm3Zzk=";
hash = "sha256-rz8r+FieBQAZKxZR741CffuEyGcLe6ghdEKFGfeD6vg=";
};
propagatedBuildInputs = [