python312Packages.marimo: 0.7.12 -> 0.7.16

This commit is contained in:
R. Ryantm 2024-08-04 07:59:37 +00:00
parent 54770984fc
commit 815a02a534

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.7.12";
version = "0.7.16";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-YrxxqFLSNF5KZV8dDUnr6VT4r5ECErOfguQSCdAsgO4=";
hash = "sha256-zEbuCw9gQiqNvzMg/8kYKW02/YdsdDyXzjDskGergK0=";
};
build-system = [ setuptools ];