We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0827ee + 2621c21 commit ce8b12aCopy full SHA for ce8b12a
pkgs/development/python-modules/marimo/default.nix
@@ -33,13 +33,13 @@
33
34
buildPythonPackage rec {
35
pname = "marimo";
36
- version = "0.11.20";
+ version = "0.12.2";
37
pyproject = true;
38
39
# The github archive does not include the static assets
40
src = fetchPypi {
41
inherit pname version;
42
- hash = "sha256-94UP5kDKQ5JS9egEOuMQQoewSTctIRRPt0b50yYg+r8=";
+ hash = "sha256-FrOuujO0YUneQYQdnVKKzJIGqfcUoHDWpf28SJlAgOY=";
43
};
44
45
build-system = [ hatchling ];
0 commit comments