python310Packages.aioshelly: 5.2.1 -> 5.3.0

Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/5.3.0
This commit is contained in:
Fabian Affolter 2023-01-24 09:07:21 +01:00
parent e033bd133e
commit 1b9192507d

View File

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