We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dadf01f + 02e0525 commit 849ff7bCopy full SHA for 849ff7b
pkgs/development/python-modules/reflex-hosting-cli/default.nix
@@ -18,14 +18,14 @@
18
19
buildPythonPackage rec {
20
pname = "reflex-hosting-cli";
21
- version = "0.1.35";
+ version = "0.1.36";
22
pyproject = true;
23
24
# source is not published https://github.com/reflex-dev/reflex/issues/3762
25
src = fetchPypi {
26
pname = "reflex_hosting_cli";
27
inherit version;
28
- hash = "sha256-ml0Cl4uQAEVGShpVgfOtxiYNqqCeis+V/QUCTNqSauc=";
+ hash = "sha256-adLv5f9ikjTWvyC1UGfgocbSBFhhqTeo4JL8tLO1jyw=";
29
};
30
31
pythonRelaxDeps = [ "pipdeptree" ];
0 commit comments