python312Packages.reflex-hosting-cli: 0.1.32 -> 0.1.35

This commit is contained in:
R. Ryantm 2025-02-11 10:42:58 +00:00
parent 77fa9b848e
commit a3207b2be2

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "reflex-hosting-cli";
version = "0.1.32";
version = "0.1.35";
pyproject = true;
# source is not published https://github.com/reflex-dev/reflex/issues/3762
src = fetchPypi {
pname = "reflex_hosting_cli";
inherit version;
hash = "sha256-C45LSzDZJhv21yAmXxxCiyhAu2MIluYKGi+qCVkB7Vk=";
hash = "sha256-ml0Cl4uQAEVGShpVgfOtxiYNqqCeis+V/QUCTNqSauc=";
};
pythonRelaxDeps = [ "pipdeptree" ];