Skip to content

Commit a76c90c

Browse files
authored
python312Packages.marimo: 0.11.13 -> 0.11.17 (#387880)
2 parents 4a7f3ac + d95c7e1 commit a76c90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.11.13";
36+
version = "0.11.17";
3737
pyproject = true;
3838

3939
# The github archive does not include the static assets
4040
src = fetchPypi {
4141
inherit pname version;
42-
hash = "sha256-5c74WT2/5XcIi77GWQkM9Mvsp3hSYeuMYlx0NgyCFHc=";
42+
hash = "sha256-jKDNbBhDnQyzaPe1JLXpNZaIhQmt0/1LIurT5WAKiNc=";
4343
};
4444

4545
build-system = [ hatchling ];

0 commit comments

Comments
 (0)