python311Packages.marimo: 0.6.13 -> 0.6.14

This commit is contained in:
R. Ryantm 2024-06-05 10:39:31 +00:00
parent 47e879862c
commit 824f374d8b

View File

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