python3Packages.reflex-hosting-cli: 0.1.56 -> 0.1.57

This commit is contained in:
R. Ryantm
2025-10-19 08:48:56 +00:00
parent b7ecb71b42
commit 287e0c309d
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "reflex-hosting-cli";
version = "0.1.56";
version = "0.1.57";
pyproject = true;
# source is not published https://github.com/reflex-dev/reflex/issues/3762
src = fetchPypi {
pname = "reflex_hosting_cli";
inherit version;
hash = "sha256-spuwor7g7lmsTxx77sxyfpFMPAq3P8SlNqWzPCN/QLc=";
hash = "sha256-We51f2pHqC4bR7ofKVVRqNZ++S3x3NAz9Zz8l9S/5wY=";
};
pythonRelaxDeps = [