python3Packages.aioshelly: 0.5.4 -> 0.6.1

This commit is contained in:
Fabian Affolter 2021-03-03 23:19:51 +01:00
parent 2ceba68a7b
commit fb920279de

View file

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioshelly"; pname = "aioshelly";
version = "0.5.4"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "home-assistant-libs"; owner = "home-assistant-libs";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-EjzWx3wcmTfB3OmN0OB37K6wYKVO3HzGEIf+uihas8k="; sha256 = "sha256-2igN5mmkXyYpQeAoPAYzhirictuionVMbqifNigEYdw=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [