ocamlPackages.ocp-index: 1.3.4 → 1.3.5
This commit is contained in:
parent
7131f3c223
commit
e0b78ab95b
1 changed files with 2 additions and 6 deletions
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ocp-index";
|
pname = "ocp-index";
|
||||||
version = "1.3.4";
|
version = "1.3.5";
|
||||||
|
|
||||||
duneVersion = "3";
|
|
||||||
|
|
||||||
minimalOCamlVersion = "4.08";
|
minimalOCamlVersion = "4.08";
|
||||||
|
|
||||||
|
@ -12,11 +10,9 @@ buildDunePackage rec {
|
||||||
owner = "OCamlPro";
|
owner = "OCamlPro";
|
||||||
repo = "ocp-index";
|
repo = "ocp-index";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-a7SBGHNKUstfrdHx9KI33tYpvzTwIGhs4Hfie5EeKww=";
|
hash = "sha256-Zn3BPaMB68V363OljFFdmLyYf+S0wFJK44L8t1TSG1Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ cppo ];
|
nativeBuildInputs = [ cppo ];
|
||||||
buildInputs = [ cmdliner re ];
|
buildInputs = [ cmdliner re ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue