streamlit: 1.38.0 -> 1.39.0

This commit is contained in:
R. Ryantm 2024-10-19 16:07:18 +00:00
parent 39bcd40692
commit 7a37f1335d

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 = [