marimo: 0.11.8 -> 0.11.13

This commit is contained in:
R. Ryantm
2025-03-01 23:01:31 +00:00
parent d5144effdc
commit e8d7d41626
@@ -33,13 +33,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.11.8";
version = "0.11.13";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-/Qhj+olq9SKks7gkHGRlHLrnlXO8rbAZUolwEaLUWe8=";
hash = "sha256-5c74WT2/5XcIi77GWQkM9Mvsp3hSYeuMYlx0NgyCFHc=";
};
build-system = [ hatchling ];