python3Packages.streamlit: 1.58.0 -> 1.60.0

This commit is contained in:
R. Ryantm
2026-07-23 22:13:14 +00:00
parent 3a4239e8fe
commit 02c577944b
@@ -34,12 +34,12 @@
buildPythonPackage (finalAttrs: {
pname = "streamlit";
version = "1.58.0";
version = "1.60.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-eKIucIWwU6985UREK/S2cHceaMUJuhvaoFa6Bwj0nD0=";
hash = "sha256-CfL90qq707NWCVN5VoHdZ11UeayCwh/C3Ora+b1ITqM=";
};
build-system = [ setuptools ];