Skip to content

Commit ce8b12a

Browse files
python312Packages.marimo: 0.11.20 -> 0.12.2 (NixOS#395648)
2 parents f0827ee + 2621c21 commit ce8b12a

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

3939
# The github archive does not include the static assets
4040
src = fetchPypi {
4141
inherit pname version;
42-
hash = "sha256-94UP5kDKQ5JS9egEOuMQQoewSTctIRRPt0b50yYg+r8=";
42+
hash = "sha256-FrOuujO0YUneQYQdnVKKzJIGqfcUoHDWpf28SJlAgOY=";
4343
};
4444

4545
build-system = [ hatchling ];

0 commit comments

Comments
 (0)