python312Packages.marimo: 0.10.5 -> 0.10.9

This commit is contained in:
R. Ryantm
2025-01-02 09:58:55 +00:00
parent ce6566efb4
commit 297e71258a
@@ -30,13 +30,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.10.5";
version = "0.10.9";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-KJKnGVOM0ahZOWDXHyS5meRS1xXypKzgo3X9RvD1tJs=";
hash = "sha256-WoMfybvKlD8Gy2sc3/EhQZVN9WPh8eEVPlG5ksyjjGc=";
};
build-system = [ hatchling ];