python311Packages.marimo: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm 2024-03-28 07:18:36 +00:00
parent e0188a425e
commit fe3fc34f3e
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.3.4";
version = "0.3.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-nCH8JmeU81aJHHGJ1DOOCL9iarBXTBGauQKyHpU66Rk=";
hash = "sha256-XBOffkPJaGeyuK/mesN1nXXARRpoZpmiu5WVYS1tFvI=";
};
build-system = [