ledfx: 2.0.108 -> 2.0.109 (#418202)

authored by xanderio and committed by GitHub aada4129 5b0ed1ea

+2 -2
+2 -2
pkgs/by-name/le/ledfx/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "ledfx"; 9 - version = "2.0.108"; 9 + version = "2.0.109"; 10 10 pyproject = true; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-wfp6u2YIliufjkaLBlLVFw2/dqpHYFAfcow4iyOB2ME="; 14 + hash = "sha256-fSb3NBl1bYCfwDkWI7/KeFIVcXTPDKBbLe0sQhneX6A="; 15 15 }; 16 16 17 17 pythonRelaxDeps = true;