Unverified Commit 609e9eb8 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

marimo: 0.11.17 -> 0.11.20 (#389966)

parents 10f0adb0 0cb52f7e
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.17";
  version = "0.11.20";
  pyproject = true;

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

  build-system = [ hatchling ];