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

marimo: 0.7.16 -> 0.7.19
This commit is contained in:
Pol Dellaiera
2024-08-11 00:32:33 +02:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.7.16";
version = "0.7.19";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zEbuCw9gQiqNvzMg/8kYKW02/YdsdDyXzjDskGergK0=";
hash = "sha256-YZ5XmBFyU48OC8sI2tyZShwqmfwywbtEjlRBGScfeo0=";
};
build-system = [ setuptools ];