Merge pull request #304456 from r-ryantm/auto-update/python312Packages.marimo
python312Packages.marimo: 0.3.12 -> 0.4.0
This commit is contained in:
commit
a46ad3766f
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "marimo";
|
||||
version = "0.3.12";
|
||||
version = "0.4.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4OwTY4OFkTQcQqHntjcfwPTx4w+2GPEUBy/XgW/nATU=";
|
||||
hash = "sha256-IiM7iJs3CIl6WjstgvtJzIylVL49jRG246GU5G5GEG0=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Reference in a new issue