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

View File

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