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

python312Packages.marimo: 0.3.8 -> 0.3.9
This commit is contained in:
Weijia Wang 2024-04-05 18:15:53 +02:00 committed by GitHub
commit bf1e37d457
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.3.8";
version = "0.3.9";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-xl8hN1Bg3uGbAMaKNLPAgw06vkqZkJaNRe5lmOY8fPA=";
hash = "sha256-tkBCfOMevhYcDvRNps00zvGx45S/aVF/KHDxNTCBq98=";
};
build-system = [