Skip to content

Commit

Permalink
python312Packages.marimo: 0.10.5 -> 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 2, 2025
1 parent ce6566e commit 297e712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/marimo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

buildPythonPackage rec {
pname = "marimo";
version = "0.10.5";
version = "0.10.9";
pyproject = true;

# The github archive does not include the static assets
src = fetchPypi {
inherit pname version;
hash = "sha256-KJKnGVOM0ahZOWDXHyS5meRS1xXypKzgo3X9RvD1tJs=";
hash = "sha256-WoMfybvKlD8Gy2sc3/EhQZVN9WPh8eEVPlG5ksyjjGc=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 297e712

Please sign in to comment.