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.
1 parent 672391b commit e05c4daCopy full SHA for e05c4da
1 file changed
pkgs/development/python-modules/marimo/default.nix
@@ -33,13 +33,13 @@
33
34
buildPythonPackage rec {
35
pname = "marimo";
36
- version = "0.13.4";
+ version = "0.13.6";
37
pyproject = true;
38
39
# The github archive does not include the static assets
40
src = fetchPypi {
41
inherit pname version;
42
- hash = "sha256-Lm1WsYCoMne7/L78throAHSfe64FnlLDicTTi9lJQA4=";
+ hash = "sha256-Qsz0SJvWOJ/MH9eIMyBODCBCGC7vp2lzPsq+32tRKU8=";
43
};
44
45
build-system = [ hatchling ];
0 commit comments