python312Packages.marimo: 0.11.13 -> 0.11.17 (#387880)

authored by h7x4 and committed by GitHub a76c90c3 4a7f3ac4

+2 -2
+2 -2
pkgs/development/python-modules/marimo/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "marimo"; 36 - version = "0.11.13"; 36 + version = "0.11.17"; 37 37 pyproject = true; 38 38 39 39 # The github archive does not include the static assets 40 40 src = fetchPypi { 41 41 inherit pname version; 42 - hash = "sha256-5c74WT2/5XcIi77GWQkM9Mvsp3hSYeuMYlx0NgyCFHc="; 42 + hash = "sha256-jKDNbBhDnQyzaPe1JLXpNZaIhQmt0/1LIurT5WAKiNc="; 43 43 }; 44 44 45 45 build-system = [ hatchling ];