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

marimo: 0.7.11 -> 0.7.12
This commit is contained in:
OTABI Tomoya 2024-07-29 09:41:54 +09:00 committed by GitHub
commit 8e3eab28d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.7.11";
version = "0.7.12";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-yyz0gCdyMHSCoyaMr+cqW4/kmEmaufAl2PrNVYCovOg=";
hash = "sha256-YrxxqFLSNF5KZV8dDUnr6VT4r5ECErOfguQSCdAsgO4=";
};
build-system = [ setuptools ];