python311Packages.marimo: 0.6.24 -> 0.6.25

This commit is contained in:
R. Ryantm 2024-07-02 08:14:04 +00:00
parent 08683639c2
commit cbdc908255

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.6.24";
version = "0.6.25";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-4m4Xufrj99eYo/clmwCPzbKsFkDHlHRkgZG/6szdHEs=";
hash = "sha256-zv1mlaR/3nRhZBjjcXaOSR574NE2um48DqHhHirRfSU=";
};
build-system = [ setuptools ];