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

This commit is contained in:
Peder Bergebakken Sundt
2025-08-25 19:10:50 +02:00
parent 07a7ad7112
commit fe9914fc76
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "reflex-hosting-cli";
version = "0.1.54";
version = "0.1.55";
pyproject = true;
# source is not published https://github.com/reflex-dev/reflex/issues/3762
src = fetchPypi {
pname = "reflex_hosting_cli";
inherit version;
hash = "sha256-agfG9nKCvKqWUOfXZ54S25jMYPSg9oVItcu0PTbIoB4=";
hash = "sha256-9dWwwmzv3HujNWlUt75r+o7FAmfBOiJH9s8YoUDpWRg=";
};
pythonRelaxDeps = [