python3Packages.yeelight: 0.7.2 -> 0.7.4

This commit is contained in:
Fabian Affolter 2021-08-31 11:18:50 +02:00 committed by Martin Weinelt
parent 7b77921490
commit 19c8d521bb

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "yeelight";
version = "0.7.3";
version = "0.7.4";
disabled = pythonOlder "3.4";
src = fetchFromGitLab {
owner = "stavros";
repo = "python-yeelight";
rev = "v${version}";
sha256 = "sha256-sdSzriAgY3LSOeyPB2Pe1k9iamStZ1OlYXJZviRa+TY=";
sha256 = "sha256-qpyD4o8YMVu6DiizuBs/44Vz0oPIMR4/YQwaCDNKpFI=";
};
propagatedBuildInputs = [