marimo: 0.21.1 -> 0.23.4

This commit is contained in:
blackzeshi
2026-05-18 12:10:14 -07:00
parent 9c81c37e5c
commit 6e55717402
@@ -20,6 +20,7 @@
pygments,
pymdown-extensions,
pyyaml,
pyzmq,
ruff,
starlette,
tomlkit,
@@ -31,13 +32,13 @@
}:
buildPythonPackage rec {
pname = "marimo";
version = "0.21.1";
version = "0.23.4";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-0YzuyKyptOHe9gJH4avi/sR2q+71Hi0NXRB56jf4b1U=";
hash = "sha256-jl8b14pzywTXdeZQRzz6t0UwO+dG8UGjZU3NJG3ipOY=";
};
build-system = [ uv-build ];
@@ -56,6 +57,7 @@ buildPythonPackage rec {
pygments
pymdown-extensions
pyyaml
pyzmq
ruff
starlette
tomlkit