python3Packages.marimo: 0.13.4 -> 0.13.6

This commit is contained in:
R. Ryantm
2025-05-07 00:48:27 +00:00
parent 672391b134
commit e05c4da3dd
@@ -33,13 +33,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.13.4";
version = "0.13.6";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-Lm1WsYCoMne7/L78throAHSfe64FnlLDicTTi9lJQA4=";
hash = "sha256-Qsz0SJvWOJ/MH9eIMyBODCBCGC7vp2lzPsq+32tRKU8=";
};
build-system = [ hatchling ];