Skip to content

Commit

Permalink
python311Packages.marimo: 0.6.0 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmadisetti committed May 23, 2024
1 parent 4469a8c commit 36074c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/marimo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,20 @@
tomlkit,
uvicorn,
websockets,
pyyaml,
pytestCheckHook,
}:

buildPythonPackage rec {
pname = "marimo";
version = "0.6.0";
version = "0.6.2";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-L6ICaaMRrMOr/d8CJGcXxOYCWTVh8ObckW7xNeLRB2Q=";
hash = "sha256-sp3lQPLpU5qvHKQ02c/Ga1M8IsbmOX5nz2XPBMbGj30=";
};

build-system = [ setuptools ];
Expand All @@ -48,6 +49,7 @@ buildPythonPackage rec {
tomlkit
uvicorn
websockets
pyyaml
];

nativeCheckInputs = [ pytestCheckHook ];
Expand Down

0 comments on commit 36074c9

Please sign in to comment.