Unverified Commit c52a1bfa authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

ocamlPackages.qcheck-multicoretests-util: 0.3 -> 0.4 (#342697)

parents 39fbc9ce b1c583e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

buildDunePackage rec {
  pname = "qcheck-multicoretests-util";
  version = "0.3";
  version = "0.4";

  src = fetchFromGitHub {
    owner = "ocaml-multicore";
    repo = "multicoretests";
    rev = version;
    hash = "sha256-0fbMDksC23jojJV+aegBoSwKf1hNzDUvDEbo31HUDoM=";
    hash = "sha256-5UyQs99x2CWK9ncsRwdvA5iGhry9JnMs5nKoFSRHg3M=";
  };

  propagatedBuildInputs = [ qcheck-core ];