marimo: 0.23.11 -> 0.23.14

This commit is contained in:
R. Ryantm
2026-07-15 10:46:39 +00:00
parent 0a6bfb4390
commit cf55dcc39b
@@ -32,13 +32,13 @@
}:
buildPythonPackage rec {
pname = "marimo";
version = "0.23.11";
version = "0.23.14";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-8y/DCVqh5G07nPn2dymz4SHrkb//+3XzgOFEnYMoiHg=";
hash = "sha256-8z8Xq7UQbtq/aSHQFtkabY8CtNGw7VmQOZV7j39blIk=";
};
build-system = [ uv-build ];