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

This commit is contained in:
Peder Bergebakken Sundt 2025-06-08 05:18:47 +02:00
parent af9ffbb640
commit fc46e30899

View File

@ -18,14 +18,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "reflex-hosting-cli"; pname = "reflex-hosting-cli";
version = "0.1.49"; version = "0.1.50";
pyproject = true; pyproject = true;
# source is not published https://github.com/reflex-dev/reflex/issues/3762 # source is not published https://github.com/reflex-dev/reflex/issues/3762
src = fetchPypi { src = fetchPypi {
pname = "reflex_hosting_cli"; pname = "reflex_hosting_cli";
inherit version; inherit version;
hash = "sha256-cIU2/hTxXtAsxn5twV8xGwAOcRfqBjeqL4dklXt5fkQ="; hash = "sha256-1ZTTc09P/0rTNhiqsNDB2RMLcUjKt1rIWtufakkFWkg=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [