Unverified Commit 6df24922 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.marimo: 0.10.5 -> 0.10.9 (#370172)

parents 0326ab01 297e7125
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@

buildPythonPackage rec {
  pname = "marimo";
  version = "0.10.5";
  version = "0.10.9";
  pyproject = true;

  # The github archive does not include the static assets
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-KJKnGVOM0ahZOWDXHyS5meRS1xXypKzgo3X9RvD1tJs=";
    hash = "sha256-WoMfybvKlD8Gy2sc3/EhQZVN9WPh8eEVPlG5ksyjjGc=";
  };

  build-system = [ hatchling ];