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 { buildDunePackage rec {
pname = "qcheck-core"; pname = "qcheck-core";
version = "0.17"; version = "0.18";
useDune2 = true; useDune2 = true;
minimumOCamlVersion = "4.03"; minimalOCamlVersion = "4.08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "c-cube"; owner = "c-cube";
repo = "qcheck"; repo = "qcheck";
rev = version; rev = "v${version}";
sha256 = "0qfyqhfg98spmfci9z6f527a16gwjnx2lrbbgw67p37ys5acrfar"; sha256 = "1s652hrj2sxqj30dfl300zjvvqk3r62a1bnzqw1hqyf6pi88qn8x";
}; };
meta = { meta = {