Merge pull request #144020 from fabaff/bump-aioshelly

python3Packages.aioshelly: 1.0.2 -> 1.0.4
This commit is contained in:
Fabian Affolter 2021-11-07 00:52:29 +01:00 committed by GitHub
commit 01173b866b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioshelly"; pname = "aioshelly";
version = "1.0.2"; version = "1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "home-assistant-libs"; owner = "home-assistant-libs";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-STJ9BDVbvlIMvKMiGwkGZ9Z32NvlE+3cyYduYlwTbx4="; sha256 = "sha256-Om+v+cGisfx2PkH/J08loZioUO6y9wi5+6kd2T+dfOo=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [