Merge pull request #118401 from fabaff/bump-aioshelly

python3Packages.aioshelly: 0.6.1 -> 0.6.2

authored by Sandro and committed by GitHub 4d35b9c9 7703c1e3

+2 -2
+2 -2
pkgs/development/python-modules/aioshelly/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "aioshelly"; 10 - version = "0.6.1"; 10 + version = "0.6.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "home-assistant-libs"; 14 14 repo = pname; 15 15 rev = version; 16 - sha256 = "sha256-2igN5mmkXyYpQeAoPAYzhirictuionVMbqifNigEYdw="; 16 + sha256 = "sha256-vlIon+VAHeJiaSIVMEKEpwQC4gXA52vxfEkiQMC9yiw="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [