python3Packages.aioshelly: 0.6.1 -> 0.6.2

This commit is contained in:
Fabian Affolter 2021-04-03 15:01:57 +02:00
parent d6a67759e7
commit 1a037df4d2

View File

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