Commit 4f34aef7 authored by dmadisetti's avatar dmadisetti
Browse files

python3Packages.marimo: 0.19.4 -> 0.20.4

parent c7409c85
Loading
Loading
Loading
Loading
+4 −13
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchpatch2,
  fetchPypi,

  # build-system
@@ -14,6 +13,7 @@
  jedi,
  loro,
  markdown,
  msgspec,
  narwhals,
  packaging,
  psutil,
@@ -29,27 +29,17 @@
  # tests
  versionCheckHook,
}:

buildPythonPackage rec {
  pname = "marimo";
  version = "0.19.4";
  version = "0.20.4";
  pyproject = true;

  # The github archive does not include the static assets
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-7sO3ZcP9mNY+IBfFagJOd5ppI8tW52gueIdtT+SUCbc=";
    hash = "sha256-f0bOg3lTcXUEZz4z5H+0KmGb9fnSAA0aOjsWY6R8VJg=";
  };

  patches = [
    # https://github.com/marimo-team/marimo/pull/6714
    (fetchpatch2 {
      name = "uv-build.patch";
      url = "https://github.com/Prince213/marimo/commit/b1c690e82e8117c451a74fdf172eb51a4861853d.patch?full_index=1";
      hash = "sha256-iFS5NSGjaGdECRk0LCRSA8XzRb1/sVSZCTRLy6taHNU=";
    })
  ];

  build-system = [ uv-build ];

  dependencies = [
@@ -59,6 +49,7 @@ buildPythonPackage rec {
    jedi
    loro
    markdown
    msgspec
    narwhals
    packaging
    psutil