marimo: 0.4.0 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-04-20 12:28:35 +00:00
parent e540698524
commit 63e7c2ea43
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.4.0";
version = "0.4.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-IiM7iJs3CIl6WjstgvtJzIylVL49jRG246GU5G5GEG0=";
hash = "sha256-wFDx90zTaPF9gHLZnWBJQlMBuz8iZQRHkcS8BAxcZRA=";
};
build-system = [