Unverified Commit 0bbc6ebd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #211065 from r-ryantm/auto-update/streamlit

streamlit: 1.16.0 -> 1.18.1
parents 6ac5b19c 4422fe05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,12 +26,12 @@

buildPythonApplication rec {
  pname = "streamlit";
  version = "1.16.0";
  version = "1.18.1";
  format = "wheel"; # source currently requires pipenv

  src = fetchPypi {
    inherit pname version format;
    hash = "sha256-TBNWIe3m646dbnOMxUltkNZr23g0Dqsestvxl4zHr4A=";
    hash = "sha256-lO2QfM/G+4M55f8JCZBwk10SkMp4gXb68KncHm90k7g=";
  };

  propagatedBuildInputs = [