Unverified Commit 80553502 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #302176 from r-ryantm/auto-update/python311Packages.streamlit

python311Packages.streamlit: 1.32.2 -> 1.33.0
parents 6f32d555 60835cab
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 = [