marimo: 0.21.1 -> 0.23.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user