marimo: 0.7.11 -> 0.7.12

This commit is contained in:
R. Ryantm 2024-07-28 09:32:47 +00:00
parent c135d5e191
commit 54036fe28f

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 ];