Merge pull request #113395 from r-ryantm/auto-update/ocaml4.10.0-qtest

ocamlPackages.qtest: 2.11.1 -> 2.11.2
This commit is contained in:
Mario Rodas 2021-03-01 18:34:40 -05:00 committed by GitHub
commit 8ea1ce7592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "qtest";
version = "2.11.1";
version = "2.11.2";
useDune2 = true;
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "vincent-hugot";
repo = pname;
rev = "v${version}";
sha256 = "01aaqnblpkrkv1b2iy5cwn92vxdj4yjiav9s2nvvrqz5m8b9hi1f";
sha256 = "sha256-VLY8+Nu6md0szW4RVxTFwlSQ9kyrgUqf7wQEA6GW8BE=";
};
propagatedBuildInputs = [ qcheck ];