ocamlPackages.markup: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2022-08-01 00:35:04 +00:00
parent efb7405702
commit 547a2d87d4

View File

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