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

streamlit: 1.15.0 -> 1.16.0
This commit is contained in:
Thiago Kenji Okada 2022-12-24 11:56:00 +00:00 committed by GitHub
commit 17bd7bf0bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,12 +26,12 @@
buildPythonApplication rec {
pname = "streamlit";
version = "1.15.0";
version = "1.16.0";
format = "wheel"; # source currently requires pipenv
src = fetchPypi {
inherit pname version format;
hash = "sha256-QtBr3INWBwCBab+FzmvzrjGjwVVHC8NCET9wtRVeVbc=";
hash = "sha256-TBNWIe3m646dbnOMxUltkNZr23g0Dqsestvxl4zHr4A=";
};
propagatedBuildInputs = [