python311Packages.streamlit: 1.32.2 -> 1.33.0

This commit is contained in:
R. Ryantm 2024-04-06 20:36:06 +00:00
parent f6eb921406
commit 60835cab72
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 = [