We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f785736 commit e9bdf98Copy full SHA for e9bdf98
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.47";
+ version = "0.1.49";
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-RPXdLcnuXBDXQGfgFo5EZ+MoBr7nnJmVD1xSRwkWFDY=";
+ hash = "sha256-cIU2/hTxXtAsxn5twV8xGwAOcRfqBjeqL4dklXt5fkQ=";
29
};
30
31
pythonRelaxDeps = [
0 commit comments