Merge pull request #287464 from r-ryantm/auto-update/ledfx

ledfx: 2.0.90 -> 2.0.92

authored by Sandro and committed by GitHub b609db0a bfb3fbac

+2 -2
+2 -2
pkgs/applications/audio/ledfx/default.nix
··· 5 6 python3.pkgs.buildPythonPackage rec { 7 pname = "ledfx"; 8 - version = "2.0.90"; 9 pyproject= true; 10 11 src = fetchPypi { 12 inherit pname version; 13 - hash = "sha256-ZlZtC0bi9ZUf/1D9hUxxhdix6F8l7Lg5IUOOg+JHGYU="; 14 }; 15 16 pythonRelaxDeps = true;
··· 5 6 python3.pkgs.buildPythonPackage rec { 7 pname = "ledfx"; 8 + version = "2.0.92"; 9 pyproject= true; 10 11 src = fetchPypi { 12 inherit pname version; 13 + hash = "sha256-tt2D8pjU/SClweAn9vHYl+H1POdB1u2SQfrnZZvBQ7I="; 14 }; 15 16 pythonRelaxDeps = true;