python3Packages.yeelight: 0.7.4 -> 0.7.5

This commit is contained in:
Fabian Affolter 2021-09-24 09:11:27 +02:00
parent c7c264e8f0
commit d380611baa

View File

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