python3Packages.streamlit: 1.51.0 -> 1.52.2 (#469002)

This commit is contained in:
Gergő Gutyina
2025-12-26 15:28:09 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.51.0";
version = "1.52.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-HnQqnAtpj0Zsb1v1jTM77aWh++jeZgdDl2eRtcFEbvY=";
hash = "sha256-ZKTdqLxc3Te/1JDpO7U9o1qu+Ub8/Cg6eYDazfFlEIs=";
};
build-system = [