Merge pull request #95504 from r-ryantm/auto-update/ocaml4.10.0-ocp-indent

ocamlPackages.ocp-indent: 1.8.1 -> 1.8.2
This commit is contained in:
Mario Rodas 2020-08-20 04:45:11 -05:00 committed by GitHub
commit c7f37ed24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, fetchzip, buildDunePackage, cmdliner }:
buildDunePackage rec {
version = "1.8.1";
version = "1.8.2";
pname = "ocp-indent";
src = fetchzip {
url = "https://github.com/OCamlPro/ocp-indent/archive/${version}.tar.gz";
sha256 = "0h4ysh36q1fxc40inhsdq2swqpfm15lpilqqcafs5ska42pn7s68";
sha256 = "1dvcl108ir9nqkk4mjm9xhhj4p9dx9bmg8bnms54fizs1x3x8ar3";
};
minimumOCamlVersion = "4.02";