python312Packages.streamlit: 1.40.1 -> 1.41.1 (#361868)

authored by

OTABI Tomoya and committed by
GitHub
af2c4ff4 6335d8b9

+3 -3
+3 -3
pkgs/development/python-modules/streamlit/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "streamlit"; 31 - version = "1.40.1"; 31 + version = "1.41.1"; 32 32 pyproject = true; 33 33 34 - disabled = pythonOlder "3.8"; 34 + disabled = pythonOlder "3.9"; 35 35 36 36 src = fetchPypi { 37 37 inherit pname version; 38 - hash = "sha256-HysJ8Etq02aix7TUgQRpfRyLwz9Ivfftk5zATBLTrsY="; 38 + hash = "sha256-ZibTKwmLoUWLce691jTGKvLdh2OA5ZxLah6CijnWLWk="; 39 39 }; 40 40 41 41 build-system = [