Unverified Commit 50a8e536 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

python311Packages.streamlit: 1.35.0 -> 1.36.0
parents 4c14f7b7 bf4ade7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@

buildPythonPackage rec {
  pname = "streamlit";
  version = "1.35.0";
  version = "1.36.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Z51Vu2GJdD9gar8GlmI98L/SI6bQyNlrjWBnjUiR0tY=";
    hash = "sha256-oSr58Othq1gy9DgzYlex7CDrKdjg4Ma0CnkRa6k5vJw=";
  };

  nativeBuildInputs = [