python310Packages.aioshelly: 1.0.9 -> 1.0.10

This commit is contained in:
R. Ryantm 2022-02-23 00:32:39 +00:00
parent 125f3f7d6d
commit 7cc9eb95e1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "1.0.9";
version = "1.0.10";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = version;
hash = "sha256-XGmhLc64efQ1eIgCYN1Wkp4sPXvYXlR7/9WF5cWZyys=";
hash = "sha256-YHdHh7uC9QF+dj+SI2Y4rEkBq+gGalNBmuWFVgq7XOM=";
};
propagatedBuildInputs = [