Merge pull request #297913 from r-ryantm/auto-update/python311Packages.marimo

python311Packages.marimo: 0.3.3 -> 0.3.4
This commit is contained in:
a-n-n-a-l-e-e 2024-03-21 20:55:00 -07:00 committed by GitHub
commit 834cc4fa6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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