marimo: 0.21.0 -> 0.21.1

This commit is contained in:
R. Ryantm
2026-03-24 23:35:30 +00:00
parent ce031847d1
commit 9d7dc8091b
@@ -31,13 +31,13 @@
}:
buildPythonPackage rec {
pname = "marimo";
version = "0.21.0";
version = "0.21.1";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-tNUVhY7e1raiW1jOlx/WIIDLuJc4pzqvbCnDTaSJ1Hs=";
hash = "sha256-0YzuyKyptOHe9gJH4avi/sR2q+71Hi0NXRB56jf4b1U=";
};
build-system = [ uv-build ];