streamlit: 1.38.0 -> 1.39.0 (#349814)

This commit is contained in:
OTABI Tomoya 2024-10-29 19:04:33 +09:00 committed by GitHub
commit eb5616ed21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.38.0";
version = "1.39.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-xL82s++HFJntRZRXSDRYMRP5Pwd90wNdUW0pV4byrWM=";
hash = "sha256-/vneeYPE7mXAjoVgfX/8y1awBIKxBB+mL5DkgV053zo=";
};
build-system = [