ocamlPackages.odoc: 1.5.0 → 1.5.1

This commit is contained in:
Vincent Laporte 2020-06-19 10:25:09 +02:00 committed by Vincent Laporte
parent 0a62da15c0
commit dbc5704e3f

@ -4,13 +4,13 @@
buildDunePackage rec {
pname = "odoc";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "ocaml";
repo = pname;
rev = version;
sha256 = "14ilq2glcvda8mfhj27jqqwx3392q8ssp9bq9agz7k1k6ilp9dai";
sha256 = "0z2nisg1vb5xlk41hqw8drvj90v52wli7zvnih6a844cg6xsvvj2";
};
buildInputs = [ astring cmdliner cppo fpath result tyxml ];