ocamlPackages.bigstringaf: 0.6.0 → 0.7.0

This commit is contained in:
Vincent Laporte 2020-12-01 07:49:38 +01:00 committed by Vincent Laporte
parent 9e66b4e873
commit 8b64dfce2e

View file

@ -2,7 +2,9 @@
buildDunePackage rec {
pname = "bigstringaf";
version = "0.6.0";
version = "0.7.0";
useDune2 = true;
minimumOCamlVersion = "4.03";
@ -10,7 +12,7 @@ buildDunePackage rec {
owner = "inhabitedtype";
repo = pname;
rev = version;
sha256 = "04b088vrqzmxsyan9f9nr8721bxip4b930cgvb5zkbbmrw3ylmwc";
sha256 = "1q1sqxzdnlrpl95ccrhl7lwy3zswgd9rbn19ildclh0lyi2vazbj";
};
checkInputs = [ alcotest ];