Skip to content

Commit e9bdf98

Browse files
committed
python313Packages.reflex-hosting-cli: 0.1.47 -> 0.1.49
1 parent f785736 commit e9bdf98

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/reflex-hosting-cli

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/reflex-hosting-cli/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "reflex-hosting-cli";
21-
version = "0.1.47";
21+
version = "0.1.49";
2222
pyproject = true;
2323

2424
# source is not published https://github.com/reflex-dev/reflex/issues/3762
2525
src = fetchPypi {
2626
pname = "reflex_hosting_cli";
2727
inherit version;
28-
hash = "sha256-RPXdLcnuXBDXQGfgFo5EZ+MoBr7nnJmVD1xSRwkWFDY=";
28+
hash = "sha256-cIU2/hTxXtAsxn5twV8xGwAOcRfqBjeqL4dklXt5fkQ=";
2929
};
3030

3131
pythonRelaxDeps = [

0 commit comments

Comments
 (0)