streamlit: 1.28.2 -> 1.29.0

Changelog: https://github.com/streamlit/streamlit/releases/tag/1.29.0
This commit is contained in:
natsukium 2023-12-02 22:09:02 +09:00
parent 4567402033
commit 5ec7d5d574
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

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 = [