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 e512a02 commit 4567124Copy full SHA for 4567124
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.36";
+ version = "0.1.42";
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-adLv5f9ikjTWvyC1UGfgocbSBFhhqTeo4JL8tLO1jyw=";
+ hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I=";
29
};
30
31
pythonRelaxDeps = [ "pipdeptree" ];
0 commit comments