Merge pull request #303062 from r-ryantm/auto-update/python312Packages.marimo

python312Packages.marimo: 0.3.9 -> 0.3.12
This commit is contained in:
OTABI Tomoya 2024-04-10 22:12:01 +09:00 committed by GitHub
commit e817a53a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "marimo"; pname = "marimo";
version = "0.3.9"; version = "0.3.12";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-tkBCfOMevhYcDvRNps00zvGx45S/aVF/KHDxNTCBq98="; hash = "sha256-4OwTY4OFkTQcQqHntjcfwPTx4w+2GPEUBy/XgW/nATU=";
}; };
build-system = [ build-system = [