ocamlPackages.angstrom*: 0.13.0 -> 0.14.1

ocamlPackages.email_message: fix 0.12.0 version for angstrom 0.14
ocamlPackages.encore: 0.3 → 0.5
ocamlPackages.git{,-http,-unix}: 2.1.2 → 2.1.3
This commit is contained in:
sternenseemann
2020-07-01 13:51:04 +02:00
committed by Vincent Laporte
parent 581660a4d3
commit 2c616aa638
8 changed files with 73 additions and 29 deletions
@@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "angstrom";
version = "0.13.0";
version = "0.14.1";
minimumOCamlVersion = "4.04";
@@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "inhabitedtype";
repo = pname;
rev = version;
sha256 = "0vzbwd8j34iv7n6gwqq2mf25q7rqpnpxnifb9ssxhq55p5dd1kp4";
sha256 = "1l69y0qspgi7kgrphyh7718hjb2sml1a9lljkp65bkqmmmi6ybly";
};
checkInputs = [ alcotest ];