Merge pull request #227452 from fabaff/aioshelly-bump

python310Packages.aioshelly: 5.3.1 -> 5.3.2
This commit is contained in:
Fabian Affolter 2023-04-22 09:34:05 +02:00 committed by GitHub
commit f0cb28689b
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.3.1";
version = "5.3.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-a8zU3xHnYRmoiNiXlCUgrqgVINbhUWkPKGGsHkgHo4w=";
hash = "sha256-eqZyCQ96CasBlO++QcQ/HiVWWeB2jQltHXZRbIfub7Q=";
};
propagatedBuildInputs = [