Merge pull request #192488 from r-ryantm/auto-update/streamlit
streamlit: 1.12.2 -> 1.13.0
This commit is contained in:
commit
139e4e9d5f
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "streamlit";
|
pname = "streamlit";
|
||||||
version = "1.12.2";
|
version = "1.13.0";
|
||||||
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-xW0Hdf6zkRb/kKiwHuFb4nIS7lCruIlDYHIF0m0dmSM=";
|
hash = "sha256-MjGm9CT4p/Nl3J5G1Pu2ajY0/VcMdHabimn3ktkoXTo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue