marimo: 0.6.23 -> 0.6.24

This commit is contained in:
R. Ryantm
2024-06-29 11:42:28 +00:00
parent c8201d6eef
commit 113313cae2
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.6.23";
version = "0.6.24";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-wnjd2U2f6ONiSehLpAhLK0VIUVcoxhFuyYWiQu/8YjY=";
hash = "sha256-4m4Xufrj99eYo/clmwCPzbKsFkDHlHRkgZG/6szdHEs=";
};
build-system = [ setuptools ];