Unverified Commit 6d973e42 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

docfd: 7.0.0 -> 8.0.1 (#337919)

parents 136b8b0c e049c50c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
in
buildDunePackage' rec {
  pname = "docfd";
  version = "7.0.0";
  version = "8.0.1";

  minimalOCamlVersion = "5.1";

@@ -29,7 +29,7 @@ buildDunePackage' rec {
    owner = "darrenldl";
    repo = "docfd";
    rev = version;
    hash = "sha256-R/UOA1rf9NnEQQWn/ToCZuUSC48DPqglrb+5ZjCdpb0=";
    hash = "sha256-0VeUT9i3/eEA64XsrpUi3oXyrinEFSJWzsEXrsUly30=";
  };

  nativeBuildInputs = [
@@ -41,6 +41,7 @@ buildDunePackage' rec {
  buildInputs = with ocamlPackages; [
    cmdliner
    containers-data
    decompress
    digestif
    eio_main
    lwd