Merge pull request #335571 from fabaff/streamlit-bump

python312Packages.streamlit: 1.37.0 -> 1.37.1
This commit is contained in:
OTABI Tomoya 2024-08-18 21:30:18 +09:00 committed by GitHub
commit cc90561a8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,23 +33,26 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.37.0";
version = "1.37.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Rj73KLoh504FEi43BOivZEp727WCLigbja9KCkh2GHk=";
hash = "sha256-vH44E9lKOd2lbxVnhDfrN4MJc8YB6OV08iJae/GI6lo=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
pythonRelaxDeps = [ "packaging" ];
pythonRelaxDeps = [
"packaging"
"tenacity"
];
propagatedBuildInputs = [
dependencies = [
altair
blinker
cachetools