python3Packages.aioshelly: 0.6.4 -> 1.0.1

This commit is contained in:
Fabian Affolter 2021-09-30 21:54:51 +02:00 committed by Martin Weinelt
parent 0773deee07
commit 774e600897

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "0.6.4";
version = "1.0.1";
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = pname;
rev = version;
sha256 = "sha256-QRCqkaKhPQQjNt9mw8nlTB5YKLmIZbXfrxarb3Ksr5k=";
sha256 = "sha256-tHGay/esk97oJJhBUD4QOi5IkUBrrQe5koVVdR5NQGw=";
};
propagatedBuildInputs = [