Unverified Commit fa7fe9bc authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

ledfx: 2.0.109 -> 2.0.110

parent 7d72ca8c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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