Merge pull request #73447 from yrashk/streamlit-0.50.2

streamlit: 0.49.0 -> 0.50.2
This commit is contained in:
Mario Rodas 2019-11-16 14:51:06 -05:00 committed by GitHub
commit 9f9720a567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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