Unverified Commit ce8b12a5 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

python312Packages.marimo: 0.11.20 -> 0.12.2 (#395648)

parents f0827ee6 2621c21a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@

buildPythonPackage rec {
  pname = "marimo";
  version = "0.11.20";
  version = "0.12.2";
  pyproject = true;

  # The github archive does not include the static assets
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-94UP5kDKQ5JS9egEOuMQQoewSTctIRRPt0b50yYg+r8=";
    hash = "sha256-FrOuujO0YUneQYQdnVKKzJIGqfcUoHDWpf28SJlAgOY=";
  };

  build-system = [ hatchling ];