ocamlPackages.qcheck: 0.19.1 → 0.20

This commit is contained in:
Vincent Laporte 2022-11-09 10:11:01 +01:00 committed by Vincent Laporte
parent 0f73a77f88
commit 8ab639a6b7

View File

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "qcheck-core";
version = "0.19.1";
version = "0.20";
minimalOCamlVersion = "4.08";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "qcheck";
rev = "v${version}";
sha256 = "sha256-AZ1Ww6CWt3X1bXXcofMe14rTlMTC9hmohcKdZLUKEvE=";
sha256 = "sha256-d3gleiaPEDJTbHtieL4oAq1NlA/0NtzdW9SA1sItFeQ=";
};
meta = {