Unverified Commit ebd15ded authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python3Packages.marimo: 0.20.4 -> 0.21.0 (#500570)

parents 6f8661da 5727c873
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@
}:
buildPythonPackage rec {
  pname = "marimo";
  version = "0.20.4";
  version = "0.21.0";
  pyproject = true;

  # The github archive does not include the static assets
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-f0bOg3lTcXUEZz4z5H+0KmGb9fnSAA0aOjsWY6R8VJg=";
    hash = "sha256-tNUVhY7e1raiW1jOlx/WIIDLuJc4pzqvbCnDTaSJ1Hs=";
  };

  build-system = [ uv-build ];