marimo: 0.6.11 -> 0.6.13

This commit is contained in:
R. Ryantm 2024-06-01 13:05:40 +00:00
parent 61c1d28215
commit aa373df52d

View File

@ -23,14 +23,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "marimo"; pname = "marimo";
version = "0.6.11"; version = "0.6.13";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-gkt21YAxZuoLxvPLYh+1PKQL8AIZGpPtcwIHlSpshkU="; hash = "sha256-eXESKW3bZ4K5umF2UOGe98UstzGUhy6/k1VakGAWV6w=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];