Unverified Commit dda0967d authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

Merge pull request #222897 from vbgl/ocaml-digestif-1.1.3

ocamlPackages.digestif: 1.1.2 → 1.1.4
parents 48bc6afb 830dbba7
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
{ lib, ocaml, fetchurl, buildDunePackage
, pkg-config, which
, eqaf
, alcotest, astring, bos, findlib, fpath
}:

buildDunePackage rec {
  pname = "digestif";
  version = "1.1.2";
  version = "1.1.4";

  minimalOCamlVersion = "4.08";
  duneVersion = "3";

  src = fetchurl {
    url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz";
    sha256 = "sha256-edNM5ROxFIV+OAqr328UcyGPGwXdflHQOJB3ntAbRmY=";
    hash = "sha256-w3k+cg8NqAVPYobFRcghp/6+iC5/TlSX7ImxWjU1EeE=";
  };

  nativeBuildInputs = [ findlib which ocaml pkg-config ];

  propagatedBuildInputs = [ eqaf ];

  checkInputs = [ alcotest astring bos fpath ];
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ buildDunePackage rec {
  };

  minimalOCamlVersion = "4.08";
  duneVersion = "3";

  propagatedBuildInputs = [
    zarith digestif fmt