Merge pull request #139288 from fabaff/bump-yeelight

python3Packages.yeelight: 0.7.4 -> 0.7.5
This commit is contained in:
Fabian Affolter 2021-09-26 10:33:40 +02:00 committed by GitHub
commit a34025f81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [