streamlit: 0.49.0 -> 0.50.2

This commit is contained in:
Yurii Rashkovskii 2019-11-15 08:35:43 +01:00
parent 4a3a31be57
commit a1a2d8d4c0
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF

View File

@ -6,12 +6,12 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "streamlit"; pname = "streamlit";
version = "0.49.0"; version = "0.50.2";
format = "wheel"; # the only distribution available format = "wheel"; # the only distribution available
src = fetchPypi { src = fetchPypi {
inherit pname version format; inherit pname version format;
sha256 = "1g12z93yh85vcgf3g9banshllr5fhz8i4f9llymcnk6mafvcsiv7"; sha256 = "1wymv7qckafs0p2jdjlxjaf1xrhm3iyd185jkldanbb0na5n3ndz";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [