Commit 0a36253a authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python3Packages.reflex-hosting-cli: 0.1.50 -> 0.1.54

parent 4b94daa0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,17 +18,18 @@

buildPythonPackage rec {
  pname = "reflex-hosting-cli";
  version = "0.1.50";
  version = "0.1.54";
  pyproject = true;

  # source is not published https://github.com/reflex-dev/reflex/issues/3762
  src = fetchPypi {
    pname = "reflex_hosting_cli";
    inherit version;
    hash = "sha256-1ZTTc09P/0rTNhiqsNDB2RMLcUjKt1rIWtufakkFWkg=";
    hash = "sha256-agfG9nKCvKqWUOfXZ54S25jMYPSg9oVItcu0PTbIoB4=";
  };

  pythonRelaxDeps = [
    "click"
    "rich"
    "pipdeptree"
  ];