streamlit: 1.16.0 -> 1.18.1

This commit is contained in:
R. Ryantm 2023-02-12 06:05:26 +00:00
parent 1abf8e426e
commit 4422fe05ed

View file

@ -26,12 +26,12 @@
buildPythonApplication rec {
pname = "streamlit";
version = "1.16.0";
version = "1.18.1";
format = "wheel"; # source currently requires pipenv
src = fetchPypi {
inherit pname version format;
hash = "sha256-TBNWIe3m646dbnOMxUltkNZr23g0Dqsestvxl4zHr4A=";
hash = "sha256-lO2QfM/G+4M55f8JCZBwk10SkMp4gXb68KncHm90k7g=";
};
propagatedBuildInputs = [