Skip to content

Commit 849ff7b

Browse files
authoredMar 22, 2025
python312Packages.reflex-hosting-cli: 0.1.35 -> 0.1.36 (#391977)
2 parents dadf01f + 02e0525 commit 849ff7b

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

+2-2
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.35";
21+
version = "0.1.36";
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-ml0Cl4uQAEVGShpVgfOtxiYNqqCeis+V/QUCTNqSauc=";
28+
hash = "sha256-adLv5f9ikjTWvyC1UGfgocbSBFhhqTeo4JL8tLO1jyw=";
2929
};
3030

3131
pythonRelaxDeps = [ "pipdeptree" ];

0 commit comments

Comments
 (0)
Failed to load comments.