Unverified Commit d32a852d authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #226329 from risicle/ris-streamlit-1.21.0

streamlit: 1.18.1 -> 1.21.0
parents 1fbb1053 a604287f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,12 +26,12 @@

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

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

  propagatedBuildInputs = [