Unverified Commit edf815b0 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

marimo: 0.8.22 -> 0.9.1 (#346615)

parents 1da7ac61 4a91cef3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "marimo";
  version = "0.8.22";
  version = "0.9.1";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-JSWsL0GIO+6DZAWnGej6LL3aApIjlIEyyEl0WEOh9Io=";
    hash = "sha256-7sG6i1WusNuCpuaojFXhSfPWCA2/nzHXvMF29ApGTDg=";
  };

  build-system = [ setuptools ];