marimo: 0.11.17 -> 0.11.20

This commit is contained in:
R. Ryantm
2025-03-14 22:36:37 +00:00
parent 7d7f86a08e
commit 0cb52f7e3e
@@ -33,13 +33,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.11.17";
version = "0.11.20";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-jKDNbBhDnQyzaPe1JLXpNZaIhQmt0/1LIurT5WAKiNc=";
hash = "sha256-94UP5kDKQ5JS9egEOuMQQoewSTctIRRPt0b50yYg+r8=";
};
build-system = [ hatchling ];