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

streamlit: 1.16.0 -> 1.18.1
This commit is contained in:
Weijia Wang
2023-02-25 00:15:30 +02:00
committed by GitHub
@@ -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 = [