Skip to content

Commit

Permalink
python312Packages.marimo: 0.10.5 -> 0.10.9 (#370172)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 2, 2025
2 parents 0326ab0 + 297e712 commit 6df2492
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 6df2492

Please sign in to comment.