python3Packages.reflex-hosting-cli: 0.1.59 -> 0.1.61 (#472674)

This commit is contained in:
Peder Bergebakken Sundt
2025-12-29 18:22:31 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "reflex-hosting-cli";
version = "0.1.59";
version = "0.1.61";
pyproject = true;
# source is not published https://github.com/reflex-dev/reflex/issues/3762
src = fetchPypi {
pname = "reflex_hosting_cli";
inherit version;
hash = "sha256-CEnpKYcQBKWpEe4yVaHfirnLuE2QdyyzN0mqNZ/cOLM=";
hash = "sha256-BkUglRVZ5zgnd7sovAO5XgQY/ZfA9pdRovAJIEU7gtg=";
};
pythonRelaxDeps = [