python310Packages.aioshelly: 5.1.1 -> 5.2.0

Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/5.2.0
This commit is contained in:
Fabian Affolter 2022-12-14 17:30:04 +01:00
parent f23251c93e
commit 6ebb38b66d

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "5.1.1";
version = "5.2.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-6HUykGN0zx97K4372dU1RPncajJt2n20zp2FhrJG1sM=";
hash = "sha256-pa7ijfT/VbXNxwf9RITWxhUVUbimuBEjlU3xnDm3Zzk=";
};
propagatedBuildInputs = [