python312Packages.marimo: 0.3.9 -> 0.3.12

This commit is contained in:
R. Ryantm 2024-04-10 08:54:26 +00:00
parent c81c241415
commit b3954004b7
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.3.9";
version = "0.3.12";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-tkBCfOMevhYcDvRNps00zvGx45S/aVF/KHDxNTCBq98=";
hash = "sha256-4OwTY4OFkTQcQqHntjcfwPTx4w+2GPEUBy/XgW/nATU=";
};
build-system = [