ocamlPackages.markup: 1.0.0 -> 1.0.2

This commit is contained in:
R. Ryantm 2022-03-21 02:04:47 +00:00
parent 6a300e5a27
commit 6bbf08637b

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "markup";
version = "1.0.0";
version = "1.0.2";
useDune2 = true;
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "aantron";
repo = "markup.ml";
rev = version;
sha256 = "sha256-yapjqAcn0XSC6Guoj69sXNpLZ2urXANkWhcafpPLEyY=";
sha256 = "sha256-FcN9EBap93gFeOwSrRxs2sQrjZGs8/YnaEX7zHLmeM8=";
};
propagatedBuildInputs = [ uchar uutf ];