ocamlPackages.digestif: 1.1.4 → 1.2.0
This commit is contained in:
parent
9f4b89317e
commit
c8db578710
@ -1,23 +1,22 @@
|
|||||||
{ lib, ocaml, fetchurl, buildDunePackage
|
{ lib, ocaml, fetchurl, buildDunePackage
|
||||||
, eqaf
|
, eqaf
|
||||||
, alcotest, astring, bos, findlib, fpath
|
, alcotest, astring, bos, crowbar, findlib, fpath
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "digestif";
|
pname = "digestif";
|
||||||
version = "1.1.4";
|
version = "1.2.0";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.08";
|
minimalOCamlVersion = "4.08";
|
||||||
duneVersion = "3";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz";
|
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 ];
|
propagatedBuildInputs = [ eqaf ];
|
||||||
|
|
||||||
checkInputs = [ alcotest astring bos fpath ];
|
checkInputs = [ alcotest astring bos crowbar fpath ];
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
postCheck = ''
|
postCheck = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user