python3Packages.streamlit: 1.51.0 -> 1.52.2

This commit is contained in:
R. Ryantm
2025-12-22 01:05:18 +00:00
parent 553fe89710
commit a394a723b9

View File

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