Skip to content

Commit 834cc4f

Browse files
author
a-n-n-a-l-e-e
authored
Merge pull request #297913 from r-ryantm/auto-update/python311Packages.marimo
python311Packages.marimo: 0.3.3 -> 0.3.4
2 parents 7317929 + c2e0c4b commit 834cc4f

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
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "marimo";
22-
version = "0.3.3";
22+
version = "0.3.4";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.8";
2626

2727
src = fetchPypi {
2828
inherit pname version;
29-
hash = "sha256-l5QehU/LqEWb7ybKxace4sm6C9mcNlaHNOp55ExglpQ=";
29+
hash = "sha256-nCH8JmeU81aJHHGJ1DOOCL9iarBXTBGauQKyHpU66Rk=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)