Commit bc4eacca authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.ocp-index: 1.3.5 → 1.3.6

parent 83c29c20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildDunePackage rec {
  pname = "ocp-index";
  version = "1.3.5";
  version = "1.3.6";

  minimalOCamlVersion = "4.08";

@@ -10,7 +10,7 @@ buildDunePackage rec {
    owner = "OCamlPro";
    repo = "ocp-index";
    rev = version;
    hash = "sha256-Zn3BPaMB68V363OljFFdmLyYf+S0wFJK44L8t1TSG1Q=";
    hash = "sha256-EgRpC58NBVFO1w0xx11CnonatU2H7bECsEk6Y4c/odY=";
  };

  nativeBuildInputs = [ cppo ];