Merge pull request #309372 from r-ryantm/auto-update/python311Packages.streamlit

python311Packages.streamlit: 1.33.0 -> 1.34.0

authored by OTABI Tomoya and committed by GitHub 570a9c68 c92947a5

+2 -2
+2 -2
pkgs/development/python-modules/streamlit/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "streamlit"; 36 - version = "1.33.0"; 36 + version = "1.34.0"; 37 37 pyproject = true; 38 38 39 39 disabled = pythonOlder "3.8"; 40 40 41 41 src = fetchPypi { 42 42 inherit pname version; 43 - hash = "sha256-qNqP9G9blIxW0tx6ynphz42ZX08hdEz4IliudeYwBLo="; 43 + hash = "sha256-E1o7eaaGsxMrc/IERQrW6IneBPM0nWkpJeCfDiHnS1I="; 44 44 }; 45 45 46 46 nativeBuildInputs = [