python3Packages.yeelight: 0.7.5 -> 0.7.6

This commit is contained in:
Fabian Affolter 2021-10-04 22:36:49 +02:00
parent d432fcbf37
commit 04efd2898b

View File

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