Merge pull request #271661 from natsukium/streamlit/update

streamlit: 1.28.2 -> 1.29.0
This commit is contained in:
OTABI Tomoya 2023-12-03 15:22:00 +09:00 committed by GitHub
commit f90c322866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.28.2";
version = "1.29.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-wUQWiIG/e9bWAXqb/eWFtS0gCHsQstXIXTdu9tUqqO4=";
hash = "sha256-tt//nF4TLlUYySFQ781FKYDbSSpF+v6sPUaI0jNO+gc=";
};
nativeBuildInputs = [