ledfx: 2.0.109 -> 2.0.110
Changelog: https://github.com/LedFx/LedFx/blob/2.0.110/CHANGELOG.rst
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "ledfx";
|
||||
version = "2.0.109";
|
||||
version = "2.0.110";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-fSb3NBl1bYCfwDkWI7/KeFIVcXTPDKBbLe0sQhneX6A=";
|
||||
hash = "sha256-utYpAIt9ThgV58h4p3d2q/pLfCU2zlXyCnTP2kqkDjg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
@@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
icmplib
|
||||
mss
|
||||
multidict
|
||||
netifaces2
|
||||
numpy
|
||||
openrgb-python
|
||||
paho-mqtt
|
||||
|
||||
Reference in New Issue
Block a user