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

streamlit: 1.11.1 -> 1.12.2
This commit is contained in:
Jonas Heinrich 2022-08-29 20:08:23 +02:00 committed by GitHub
commit 5d40029409
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.11.1";
version = "1.12.2";
format = "wheel"; # source currently requires pipenv
src = fetchPypi {
inherit pname version format;
hash = "sha256-+GGuL3UngPDgLOGx9QXUdRJsTswhTg7d6zuvhpp0Mo0=";
hash = "sha256-xW0Hdf6zkRb/kKiwHuFb4nIS7lCruIlDYHIF0m0dmSM=";
};
propagatedBuildInputs = [