Skip to content

Commit e05c4da

Browse files
committed
python3Packages.marimo: 0.13.4 -> 0.13.6
1 parent 672391b commit e05c4da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/marimo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333

3434
buildPythonPackage rec {
3535
pname = "marimo";
36-
version = "0.13.4";
36+
version = "0.13.6";
3737
pyproject = true;
3838

3939
# The github archive does not include the static assets
4040
src = fetchPypi {
4141
inherit pname version;
42-
hash = "sha256-Lm1WsYCoMne7/L78throAHSfe64FnlLDicTTi9lJQA4=";
42+
hash = "sha256-Qsz0SJvWOJ/MH9eIMyBODCBCGC7vp2lzPsq+32tRKU8=";
4343
};
4444

4545
build-system = [ hatchling ];

0 commit comments

Comments
 (0)