ledfx: 2.0.109 -> 2.0.110

Changelog: https://github.com/LedFx/LedFx/blob/2.0.110/CHANGELOG.rst
This commit is contained in:
Sandro Jäckel
2025-09-13 00:53:38 +02:00
parent 7d72ca8ceb
commit fa7fe9bce8
+3 -2
View File
@@ -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