ocamlPackages.dispatch: 0.4.1 → 0.5.0

ocamlPackages.webmachine: 0.6.2 → 0.7.0
This commit is contained in:
Vincent Laporte
2020-11-11 06:42:30 +01:00
committed by Vincent Laporte
parent c1e60d9584
commit 597e7748d1
2 changed files with 10 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
buildDunePackage rec {
pname = "webmachine";
version = "0.6.2";
version = "0.7.0";
useDune2 = true;
minimumOCamlVersion = "4.04";
@@ -14,12 +14,12 @@ buildDunePackage rec {
owner = "inhabitedtype";
repo = "ocaml-webmachine";
rev = version;
sha256 = "1zi1vsm589y2njwzsqkmdbxvs9s4xlgbd62xqw2scp60mccp09nk";
sha256 = "03ynb1l2jjqba88m9r8m5hwlm8izpfp617r4vcab5kmdim1l2ffx";
};
propagatedBuildInputs = [ cohttp dispatch ptime ];
checkInputs = lib.optional doCheck ounit;
checkInputs = [ ounit ];
doCheck = true;