marimo: 0.12.2 -> 0.12.9

This commit is contained in:
R. Ryantm
2025-04-15 10:52:17 +00:00
parent 3e25744694
commit bc0c7a7d09
@@ -33,13 +33,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.12.2";
version = "0.12.9";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-FrOuujO0YUneQYQdnVKKzJIGqfcUoHDWpf28SJlAgOY=";
hash = "sha256-Ikca+3BH14YYSQRyESaU7zXekxsiOq16iGKiXBcOpMU=";
};
build-system = [ hatchling ];