ocamlPackages.qcheck: 0.17 → 0.18

This commit is contained in:
Vincent Laporte 2021-09-20 18:14:56 +02:00 committed by Vincent Laporte
parent b99e43a96e
commit f9c7333bce

View File

@ -2,17 +2,17 @@
buildDunePackage rec {
pname = "qcheck-core";
version = "0.17";
version = "0.18";
useDune2 = true;
minimumOCamlVersion = "4.03";
minimalOCamlVersion = "4.08";
src = fetchFromGitHub {
owner = "c-cube";
repo = "qcheck";
rev = version;
sha256 = "0qfyqhfg98spmfci9z6f527a16gwjnx2lrbbgw67p37ys5acrfar";
rev = "v${version}";
sha256 = "1s652hrj2sxqj30dfl300zjvvqk3r62a1bnzqw1hqyf6pi88qn8x";
};
meta = {