Skip to content

Commit 4567124

Browse files
committed
python313Packages.reflex-hosting-cli: 0.1.36 -> 0.1.42
1 parent e512a02 commit 4567124

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.36";
21+
version = "0.1.42";
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-adLv5f9ikjTWvyC1UGfgocbSBFhhqTeo4JL8tLO1jyw=";
28+
hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I=";
2929
};
3030

3131
pythonRelaxDeps = [ "pipdeptree" ];

0 commit comments

Comments
 (0)