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 4a7f3ac + d95c7e1 commit a76c90cCopy full SHA for a76c90c
pkgs/development/python-modules/marimo/default.nix
@@ -33,13 +33,13 @@
33
34
buildPythonPackage rec {
35
pname = "marimo";
36
- version = "0.11.13";
+ version = "0.11.17";
37
pyproject = true;
38
39
# The github archive does not include the static assets
40
src = fetchPypi {
41
inherit pname version;
42
- hash = "sha256-5c74WT2/5XcIi77GWQkM9Mvsp3hSYeuMYlx0NgyCFHc=";
+ hash = "sha256-jKDNbBhDnQyzaPe1JLXpNZaIhQmt0/1LIurT5WAKiNc=";
43
};
44
45
build-system = [ hatchling ];
0 commit comments