python312Packages.streamlit: 1.37.0 -> 1.37.1

Changelog: https://github.com/streamlit/streamlit/releases/tag/1.37.1
This commit is contained in:
Fabian Affolter
2024-08-18 12:21:35 +02:00
parent 020e42a3c6
commit 0031e07cd0
@@ -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