python3Packages.reflex-hosting-cli: 0.1.50 -> 0.1.54

This commit is contained in:
Peder Bergebakken Sundt
2025-08-15 00:40:04 +02:00
parent 4b94daa08c
commit 0a36253ace
@@ -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"
];