Merge pull request #79972 from r-ryantm/auto-update/ocaml4.07.1-odoc

ocamlPackages.odoc: 1.4.2 -> 1.5.0
This commit is contained in:
Mario Rodas 2020-02-13 07:26:22 -05:00 committed by GitHub
commit 496fc9e965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];