Merge pull request #120103 from fabaff/bump-yeelight

python3Packages.yeelight: 0.6.0 -> 0.6.1
This commit is contained in:
Sandro 2021-04-22 02:17:32 +02:00 committed by GitHub
commit 8d50439e4f
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.6.0";
version = "0.6.1";
disabled = pythonOlder "3.4";
src = fetchFromGitLab {
owner = "stavros";
repo = "python-yeelight";
rev = "v${version}";
sha256 = "0yycc2pdqaa9y46jycvm0p6braps7ljg2vvljngdqj2l1a2jmv7x";
sha256 = "sha256-LB7A8E22hyqhVBElrOwtC3IPNkyQkU7ZJ1ScqaXQ6zs=";
};
propagatedBuildInputs = [