python311Packages.yeelight: 0.7.13 -> 0.7.14
Diff: https://gitlab.com/stavros/python-yeelight/-/compare/refs/tags/v0.7.13...v0.7.14 Changelog: https://gitlab.com/stavros/python-yeelight/-/blob/v0.7.14/CHANGELOG.md
This commit is contained in:
parent
d6485348fd
commit
a3e3b60abc
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "yeelight";
|
pname = "yeelight";
|
||||||
version = "0.7.13";
|
version = "0.7.14";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "stavros";
|
owner = "stavros";
|
||||||
repo = "python-yeelight";
|
repo = "python-yeelight";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-IhEvyWgOTAlfQH1MX7GCpaJUJOGY/ZNbyk5Q6CiTDLA=";
|
hash = "sha256-BnMvRs95rsmoBa/5bp0zShgU1BBHtZzyADjbH0y1d/o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flit-core ];
|
nativeBuildInputs = [ flit-core ];
|
||||||
|
|
Loading…
Reference in a new issue