Unverified Commit 8ea1ce75 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

ocamlPackages.qtest: 2.11.1 -> 2.11.2
parents e0b7f7da 1f63d667
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];