marimo: 0.9.27 -> 0.10.5

This commit is contained in:
R. Ryantm
2024-12-19 11:04:26 +00:00
parent 5e0d4f31a0
commit 2ab54fcb48
@@ -30,13 +30,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.9.27";
version = "0.10.5";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-vs1miLjM/xRrnFYpHte65CfDt4ZRoCKjFMClWukIWZY=";
hash = "sha256-KJKnGVOM0ahZOWDXHyS5meRS1xXypKzgo3X9RvD1tJs=";
};
build-system = [ hatchling ];