python312Packages.marimo: 0.9.14 -> 0.9.27

This commit is contained in:
R. Ryantm
2024-11-27 23:00:40 +00:00
parent a3a67865fb
commit 79fdb67f88
@@ -30,13 +30,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.9.14";
version = "0.9.27";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-Q3dnRuAS8B4cWvF04GGg5OOZtmAJPKa2fHwnoO2DXDs=";
hash = "sha256-vs1miLjM/xRrnFYpHte65CfDt4ZRoCKjFMClWukIWZY=";
};
build-system = [ hatchling ];