Skip to content

Commit 70925fb

Browse files
ledfx: 2.0.109 -> 2.0.110 (#442501)
2 parents 4973631 + fa7fe9b commit 70925fb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkgs/by-name/le/ledfx/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "ledfx";
9-
version = "2.0.109";
9+
version = "2.0.110";
1010
pyproject = true;
1111

1212
src = fetchPypi {
1313
inherit pname version;
14-
hash = "sha256-fSb3NBl1bYCfwDkWI7/KeFIVcXTPDKBbLe0sQhneX6A=";
14+
hash = "sha256-utYpAIt9ThgV58h4p3d2q/pLfCU2zlXyCnTP2kqkDjg=";
1515
};
1616

1717
pythonRelaxDeps = true;
@@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
3636
icmplib
3737
mss
3838
multidict
39+
netifaces2
3940
numpy
4041
openrgb-python
4142
paho-mqtt

0 commit comments

Comments
 (0)