Merge pull request #192488 from r-ryantm/auto-update/streamlit

streamlit: 1.12.2 -> 1.13.0
This commit is contained in:
Jonas Heinrich 2022-09-23 10:27:52 +02:00 committed by GitHub
commit 139e4e9d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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