python3Packages.yeelight: 0.7.7 -> 0.7.8

This commit is contained in:
Fabian Affolter
2021-10-17 13:56:20 +02:00
parent 28b03b9837
commit 575394d2dd

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "yeelight";
version = "0.7.7";
version = "0.7.8";
disabled = pythonOlder "3.4";
src = fetchFromGitLab {
owner = "stavros";
repo = "python-yeelight";
rev = "v${version}";
sha256 = "sha256-unxJf//VJc21uM0njirQIOjMrkFR6KXicNrOXKus3lw=";
sha256 = "sha256-fKtG0D256bK1hIcQiLdzCM+IdD/mmcFpcoE3DEFt7r0=";
};
propagatedBuildInputs = [