Commit 5ecd29f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

ocamlPackages.qcheck-core: 0.23 -> 0.24

parent 93c81c0a
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 = {