Loading pkgs/development/python-modules/reflex-hosting-cli/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,17 +18,18 @@ buildPythonPackage rec { pname = "reflex-hosting-cli"; version = "0.1.50"; version = "0.1.54"; pyproject = true; # source is not published https://github.com/reflex-dev/reflex/issues/3762 src = fetchPypi { pname = "reflex_hosting_cli"; inherit version; hash = "sha256-1ZTTc09P/0rTNhiqsNDB2RMLcUjKt1rIWtufakkFWkg="; hash = "sha256-agfG9nKCvKqWUOfXZ54S25jMYPSg9oVItcu0PTbIoB4="; }; pythonRelaxDeps = [ "click" "rich" "pipdeptree" ]; Loading Loading
pkgs/development/python-modules/reflex-hosting-cli/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,17 +18,18 @@ buildPythonPackage rec { pname = "reflex-hosting-cli"; version = "0.1.50"; version = "0.1.54"; pyproject = true; # source is not published https://github.com/reflex-dev/reflex/issues/3762 src = fetchPypi { pname = "reflex_hosting_cli"; inherit version; hash = "sha256-1ZTTc09P/0rTNhiqsNDB2RMLcUjKt1rIWtufakkFWkg="; hash = "sha256-agfG9nKCvKqWUOfXZ54S25jMYPSg9oVItcu0PTbIoB4="; }; pythonRelaxDeps = [ "click" "rich" "pipdeptree" ]; Loading