Unverified Commit 2eae0964 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ocamlPackages.qcheck-core: 0.23 -> 0.24 (#385704)

parents d9371554 5ecd29f7
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.23";
  version = "0.24";

  minimalOCamlVersion = "4.08";

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

  meta = {