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

python311Packages.marimo: 0.4.4 -> 0.4.7
This commit is contained in:
OTABI Tomoya 2024-04-28 13:07:05 +09:00 committed by GitHub
commit 593bf4f781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.4.4";
version = "0.4.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-M6zvr3F67++UOjBVPVTuCJIRikNK/daV5Aq6x/LTreI=";
hash = "sha256-shB7TIllXRja0RNLu+IyvFBQViee4Ypj5KGWh3AlMB4=";
};
build-system = [