Commit 62172c1d authored by R. RyanTM's avatar R. RyanTM Committed by Vincent Laporte
Browse files

ocamlPackages.qcheck-core: 0.22 -> 0.23

parent 506e8f20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildDunePackage rec {
  pname = "qcheck-core";
  version = "0.22";
  version = "0.23";

  minimalOCamlVersion = "4.08";

@@ -14,7 +14,7 @@ buildDunePackage rec {
    owner = "c-cube";
    repo = "qcheck";
    rev = "v${version}";
    hash = "sha256-JXnrfce/V7Bdu8uH98ZJCLjIHZoONiQ02ltFx6Fbvhg=";
    hash = "sha256-tH7NFpAFKOb0jXxLK+zNOIZS9TSORKXe8FuwY13iEUY=";
  };

  meta = {