Merge pull request #315037 from r-ryantm/auto-update/marimo

marimo: 0.6.11 -> 0.6.13
This commit is contained in:
OTABI Tomoya 2024-06-02 21:26:59 +09:00 committed by GitHub
commit 9192de49f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.6.11";
version = "0.6.13";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-gkt21YAxZuoLxvPLYh+1PKQL8AIZGpPtcwIHlSpshkU=";
hash = "sha256-eXESKW3bZ4K5umF2UOGe98UstzGUhy6/k1VakGAWV6w=";
};
build-system = [ setuptools ];