ocamlPackages.digestif: 1.1.4 → 1.2.0

This commit is contained in:
Vincent Laporte 2024-07-26 12:00:46 +02:00 committed by Vincent Laporte
parent 9f4b89317e
commit c8db578710

View File

@ -1,23 +1,22 @@
{ lib, ocaml, fetchurl, buildDunePackage
, eqaf
, alcotest, astring, bos, findlib, fpath
, alcotest, astring, bos, crowbar, findlib, fpath
}:
buildDunePackage rec {
pname = "digestif";
version = "1.1.4";
version = "1.2.0";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz";
hash = "sha256-w3k+cg8NqAVPYobFRcghp/6+iC5/TlSX7ImxWjU1EeE=";
hash = "sha256-wwFoyv4nmmZTZ4BrPl5jmP10dPHlJg52gm1eydOypQg=";
};
propagatedBuildInputs = [ eqaf ];
checkInputs = [ alcotest astring bos fpath ];
checkInputs = [ alcotest astring bos crowbar fpath ];
doCheck = true;
postCheck = ''