From 6e55717402289c4aac474c4f176d80600d5d8d0a Mon Sep 17 00:00:00 2001 From: blackzeshi <105582686+zeshi09@users.noreply.github.com> Date: Mon, 18 May 2026 12:10:14 -0700 Subject: [PATCH] marimo: 0.21.1 -> 0.23.4 --- pkgs/development/python-modules/marimo/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/marimo/default.nix b/pkgs/development/python-modules/marimo/default.nix index 49e67171bae4..bfd9a7fe1d26 100644 --- a/pkgs/development/python-modules/marimo/default.nix +++ b/pkgs/development/python-modules/marimo/default.nix @@ -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