From 0a36253ace1f336b1b0feeaa9c7af64ed8bf42a5 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 12 Aug 2025 00:01:14 +0200 Subject: [PATCH] python3Packages.reflex-hosting-cli: 0.1.50 -> 0.1.54 --- .../python-modules/reflex-hosting-cli/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/reflex-hosting-cli/default.nix b/pkgs/development/python-modules/reflex-hosting-cli/default.nix index aea9e53115d5..f42a8a2e4d79 100644 --- a/pkgs/development/python-modules/reflex-hosting-cli/default.nix +++ b/pkgs/development/python-modules/reflex-hosting-cli/default.nix @@ -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" ];