python312Packages.marimo: 0.7.20 -> 0.8.3 (#336176)

This commit is contained in:
Nick Cao
2024-08-28 14:16:03 -04:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.7.20";
version = "0.8.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-vkEBHJN7VqJU+diijiTV7JABT5g/5NY2XEXM0turDWU=";
hash = "sha256-t7VYKInsZ0hYW+svD0vnsMyGcMtIeuWaor8nijyDhn8=";
};
build-system = [ setuptools ];