Unverified Commit 697b94d2 authored by rewine's avatar rewine Committed by GitHub
Browse files

docfd: 8.0.3 -> 10.1.3 (#394667)

parents d1a3c6a8 0056f581
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
in
buildDunePackage' rec {
  pname = "docfd";
  version = "8.0.3";
  version = "10.1.3";

  minimalOCamlVersion = "5.1";

@@ -29,7 +29,7 @@ buildDunePackage' rec {
    owner = "darrenldl";
    repo = "docfd";
    rev = version;
    hash = "sha256-890/3iBruaQtWwlcvwuz4ujp7+P+5y1/2Axx4Iuik8Q=";
    hash = "sha256-ZD1nKl/hfidlTGdBnNINt2EmlUmFWaJjSvY3wkyJJcg=";
  };

  nativeBuildInputs = [
@@ -42,18 +42,22 @@ buildDunePackage' rec {
    cmdliner
    containers-data
    decompress
    diet
    digestif
    eio_main
    lwd
    nottui
    notty
    ocaml_sqlite3
    ocolor
    oseq
    ppx_deriving
    ppxlib
    progress
    re
    spelll
    timedesc
    uuseg
    yojson
  ];