marimo: 0.8.22 -> 0.9.1 (#346615)

This commit is contained in:
h7x4
2024-10-05 20:41:41 +02:00
committed by GitHub
@@ -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 ];