python3Packages.marimo: 0.14.16 -> 0.15.2 (#438746)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-31 17:07:10 +02:00
committed by GitHub
@@ -5,18 +5,18 @@
pythonOlder,
# build-system
hatchling,
uv-build,
# dependencies
click,
docutils,
itsdangerous,
jedi,
loro,
markdown,
narwhals,
packaging,
psutil,
pycrdt,
pygments,
pymdown-extensions,
pyyaml,
@@ -33,32 +33,27 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.14.16";
version = "0.15.2";
pyproject = true;
# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-8PKRrH+m+HyAcvQBnG6fY1rX77N+AhTyJUPI3ZgwQtE=";
hash = "sha256-cmkz/ZyVYfpz4yOxghsXPF4PhRluwqSXo1CcwvwkXFg=";
};
build-system = [ hatchling ];
pythonRelaxDeps = [
"pycrdt"
"websockets"
];
build-system = [ uv-build ];
dependencies = [
click
docutils
itsdangerous
jedi
loro
markdown
narwhals
packaging
psutil
pycrdt
pygments
pymdown-extensions
pyyaml