streamlit: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2022-12-24 04:53:42 +00:00
parent b10a520017
commit 260d40e72e

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 = [