Merge pull request #315559 from r-ryantm/auto-update/python311Packages.marimo

python311Packages.marimo: 0.6.2 -> 0.6.11
This commit is contained in:
Aleksana
2024-05-31 22:47:56 +08:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.6.2";
version = "0.6.11";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-sp3lQPLpU5qvHKQ02c/Ga1M8IsbmOX5nz2XPBMbGj30=";
hash = "sha256-gkt21YAxZuoLxvPLYh+1PKQL8AIZGpPtcwIHlSpshkU=";
};
build-system = [ setuptools ];