Merge pull request #303062 from r-ryantm/auto-update/python312Packages.marimo

python312Packages.marimo: 0.3.9 -> 0.3.12

authored by OTABI Tomoya and committed by GitHub e817a53a c392dd79

+2 -2
+2 -2
pkgs/development/python-modules/marimo/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "marimo"; 22 - version = "0.3.9"; 22 + version = "0.3.12"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.8"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-tkBCfOMevhYcDvRNps00zvGx45S/aVF/KHDxNTCBq98="; 29 + hash = "sha256-4OwTY4OFkTQcQqHntjcfwPTx4w+2GPEUBy/XgW/nATU="; 30 30 }; 31 31 32 32 build-system = [