Commit 2a7b690a authored by R. RyanTM's avatar R. RyanTM Committed by Vincent Laporte
Browse files

ocamlPackages.ocp-index: 1.3.6 -> 1.3.7

parent e62ef354
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

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

  minimalOCamlVersion = "4.08";

@@ -18,7 +18,7 @@ buildDunePackage rec {
    owner = "OCamlPro";
    repo = "ocp-index";
    rev = version;
    hash = "sha256-EgRpC58NBVFO1w0xx11CnonatU2H7bECsEk6Y4c/odY=";
    hash = "sha256-FbkVJRbFNSho/E59QMUoGK+TrdnnacmykJWWG2JVDVA=";
  };

  nativeBuildInputs = [ cppo ];