Merge pull request #302176 from r-ryantm/auto-update/python311Packages.streamlit

python311Packages.streamlit: 1.32.2 -> 1.33.0
This commit is contained in:
Matthias Beyer 2024-04-07 10:25:46 +02:00 committed by GitHub
commit 805535028b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.32.2";
version = "1.33.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Eli5y8P/lXv30Jsb/IXO3DCPEGWzB0hUUpWpr41Vd6s=";
hash = "sha256-qNqP9G9blIxW0tx6ynphz42ZX08hdEz4IliudeYwBLo=";
};
nativeBuildInputs = [