python312Packages.reflex-hosting-cli: 0.1.32 -> 0.1.35
This commit is contained in:
parent
77fa9b848e
commit
a3207b2be2
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "reflex-hosting-cli";
|
pname = "reflex-hosting-cli";
|
||||||
version = "0.1.32";
|
version = "0.1.35";
|
||||||
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-C45LSzDZJhv21yAmXxxCiyhAu2MIluYKGi+qCVkB7Vk=";
|
hash = "sha256-ml0Cl4uQAEVGShpVgfOtxiYNqqCeis+V/QUCTNqSauc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "pipdeptree" ];
|
pythonRelaxDeps = [ "pipdeptree" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user