python312Packages.marimo: 0.11.5 -> 0.11.8

This commit is contained in:
R. Ryantm
2025-02-22 03:42:19 +00:00
parent 63d0ef62b7
commit 27ed4eab70
@@ -33,13 +33,13 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.11.5";
version = "0.11.8";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-SELoL9ycfRAeq47dViCcutZ6lg5LUdUtcJbj93N6ig4=";
hash = "sha256-/Qhj+olq9SKks7gkHGRlHLrnlXO8rbAZUolwEaLUWe8=";
};
build-system = [ hatchling ];