From e05c4da3ddaf583479064fe99414474d8b0accfc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 7 May 2025 00:48:27 +0000 Subject: [PATCH] python3Packages.marimo: 0.13.4 -> 0.13.6 --- pkgs/development/python-modules/marimo/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/marimo/default.nix b/pkgs/development/python-modules/marimo/default.nix index 3d5de208c7d9..631388c4f32b 100644 --- a/pkgs/development/python-modules/marimo/default.nix +++ b/pkgs/development/python-modules/marimo/default.nix @@ -33,13 +33,13 @@ buildPythonPackage rec { pname = "marimo"; - version = "0.13.4"; + version = "0.13.6"; pyproject = true; # The github archive does not include the static assets src = fetchPypi { inherit pname version; - hash = "sha256-Lm1WsYCoMne7/L78throAHSfe64FnlLDicTTi9lJQA4="; + hash = "sha256-Qsz0SJvWOJ/MH9eIMyBODCBCGC7vp2lzPsq+32tRKU8="; }; build-system = [ hatchling ];