Commit 4422fe05 authored by R. RyanTM's avatar R. RyanTM
Browse files

streamlit: 1.16.0 -> 1.18.1

parent 1abf8e42
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 = [