ocamlPackages.mldoc: 1.4.9 -> 1.5.2

This commit is contained in:
Mario Rodas 2023-01-12 04:20:00 +00:00
parent d16a369880
commit 493fe01d9f

View file

@ -6,6 +6,7 @@
, cmdliner , cmdliner
, core , core
, core_bench , core_bench
, core_unix
, js_of_ocaml , js_of_ocaml
, js_of_ocaml-ppx , js_of_ocaml-ppx
, ppx_deriving_yojson , ppx_deriving_yojson
@ -28,21 +29,24 @@ let
in in
buildDunePackage rec { buildDunePackage rec {
pname = "mldoc"; pname = "mldoc";
version = "1.4.9"; version = "1.5.2";
minimalOCamlVersion = "4.10"; minimalOCamlVersion = "4.10";
duneVersion = "3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "logseq"; owner = "logseq";
repo = "mldoc"; repo = "mldoc";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-jKZ4ejskngXb03EnHBlqRKC5xeNHJ32n73y1zQP9CiM="; hash = "sha256-FiBlgTTGL5TQkbhpkOCKtBgDDxDs4S88Ps+XAHcNsJ4=";
}; };
buildInputs = [ buildInputs = [
cmdliner cmdliner
core core
core_bench core_bench
core_unix
js_of_ocaml js_of_ocaml
js_of_ocaml-ppx js_of_ocaml-ppx
lwt lwt