Commit 60835cab authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.streamlit: 1.32.2 -> 1.33.0

parent f6eb9214
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@

buildPythonPackage rec {
  pname = "streamlit";
  version = "1.32.2";
  version = "1.33.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Eli5y8P/lXv30Jsb/IXO3DCPEGWzB0hUUpWpr41Vd6s=";
    hash = "sha256-qNqP9G9blIxW0tx6ynphz42ZX08hdEz4IliudeYwBLo=";
  };

  nativeBuildInputs = [