lol

python3Packages.marimo: 0.13.4 -> 0.13.6

R. Ryantm e05c4da3 672391b1

+2 -2
+2 -2
pkgs/development/python-modules/marimo/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "marimo"; 36 - version = "0.13.4"; 36 + version = "0.13.6"; 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-Lm1WsYCoMne7/L78throAHSfe64FnlLDicTTi9lJQA4="; 42 + hash = "sha256-Qsz0SJvWOJ/MH9eIMyBODCBCGC7vp2lzPsq+32tRKU8="; 43 43 }; 44 44 45 45 build-system = [ hatchling ];