Merge pull request #165045 from r-ryantm/auto-update/ocaml4.13.1-markup

authored by

Sandro and committed by
GitHub
46d3f9dc 91f05ba6

+2 -2
+2 -2
pkgs/development/ocaml-modules/markup/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "markup"; 5 - version = "1.0.0"; 5 + version = "1.0.2"; 6 6 7 7 useDune2 = true; 8 8 ··· 10 10 owner = "aantron"; 11 11 repo = "markup.ml"; 12 12 rev = version; 13 - sha256 = "sha256-yapjqAcn0XSC6Guoj69sXNpLZ2urXANkWhcafpPLEyY="; 13 + sha256 = "sha256-FcN9EBap93gFeOwSrRxs2sQrjZGs8/YnaEX7zHLmeM8="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ uchar uutf ];