ocamlPackages.odoc: 1.4.2 -> 1.5.0

This commit is contained in:
R. RyanTM 2020-02-13 03:06:12 +00:00
parent 424697d512
commit 5583685749

View file

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