streamlit: 1.11.1 -> 1.12.2

This commit is contained in:
R. Ryantm 2022-08-27 17:30:12 +00:00
parent cef50cde2b
commit e123a3b380

View file

@ -30,12 +30,12 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "streamlit"; pname = "streamlit";
version = "1.11.1"; version = "1.12.2";
format = "wheel"; # source currently requires pipenv format = "wheel"; # source currently requires pipenv
src = fetchPypi { src = fetchPypi {
inherit pname version format; inherit pname version format;
hash = "sha256-+GGuL3UngPDgLOGx9QXUdRJsTswhTg7d6zuvhpp0Mo0="; hash = "sha256-xW0Hdf6zkRb/kKiwHuFb4nIS7lCruIlDYHIF0m0dmSM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [