From 5400fcaa10750b0e97dded6561ee926542fca6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 21 Jun 2026 18:50:27 -0700 Subject: [PATCH] python3Packages.marimo: 0.23.6 -> 0.23.10 Changelog: https://github.com/marimo-team/marimo/releases/tag/0.23.10 --- pkgs/development/python-modules/marimo/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/marimo/default.nix b/pkgs/development/python-modules/marimo/default.nix index 19d474d37815..735bc28a10ce 100644 --- a/pkgs/development/python-modules/marimo/default.nix +++ b/pkgs/development/python-modules/marimo/default.nix @@ -19,9 +19,9 @@ psutil, pygments, pymdown-extensions, + python-multipart, pyyaml, pyzmq, - ruff, starlette, tomlkit, uvicorn, @@ -32,13 +32,13 @@ }: buildPythonPackage rec { pname = "marimo"; - version = "0.23.6"; + version = "0.23.10"; pyproject = true; # The github archive does not include the static assets src = fetchPypi { inherit pname version; - hash = "sha256-1jru7h6ep8rHm/JTDaupFRmRU9zk0Vb63nVGR0Z508o="; + hash = "sha256-7XQ0NGLIhDbugeSM97f1zA8FyrJ/1lAnl8Zb1DtTvEA="; }; build-system = [ uv-build ]; @@ -58,9 +58,9 @@ buildPythonPackage rec { psutil pygments pymdown-extensions + python-multipart pyyaml pyzmq - ruff starlette tomlkit uvicorn