Commit 297e7125 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.marimo: 0.10.5 -> 0.10.9

parent ce6566ef
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 ];