marimo: 0.6.25 -> 0.7.0

This commit is contained in:
R. Ryantm
2024-07-06 18:00:54 +00:00
parent 8f3b38daf2
commit 9573bae781
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.6.25";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zv1mlaR/3nRhZBjjcXaOSR574NE2um48DqHhHirRfSU=";
hash = "sha256-N2GBQxtNReedw8+27fTs//BfVuoG3y39HEo9nrcOiYA=";
};
build-system = [ setuptools ];