ledfx: 2.0.109 -> 2.0.110 (#442501)

This commit is contained in:
Sandro
2025-09-15 12:53:38 +00:00
committed by GitHub
+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