marimo: 0.3.5 -> 0.3.8

This commit is contained in:
R. Ryantm 2024-04-02 22:23:24 +00:00
parent 80c8b15bce
commit 6e41227f1e

View file

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