3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.aioshelly: 1.0.3 -> 1.0.4

This commit is contained in:
Fabian Affolter 2021-11-06 23:16:37 +01:00
parent 2f8b77a74d
commit 7be1b37102

View file

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