python310Packages.aioshelly: 5.2.0 -> 5.2.1

This commit is contained in:
R. Ryantm 2023-01-10 10:39:16 +00:00
parent 2add5f003a
commit c230ccbd70

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