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

ocamlPackages.qcheck-multicoretests-util: 0.8 -> 0.9 (#429402)

parents c3227a19 bcb1cebf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildDunePackage rec {
  pname = "qcheck-multicoretests-util";
  version = "0.8";
  version = "0.9";

  src = fetchFromGitHub {
    owner = "ocaml-multicore";
    repo = "multicoretests";
    rev = version;
    hash = "sha256-4aAukkhyxJ4EojLF+rrxSRRz4isUelcVEYNP2UYR7WY=";
    hash = "sha256-ekHit4MaDb6lUZzGGZ1bm7brUlUgpfIBSpsOvDSxNhw=";
  };

  propagatedBuildInputs = [ qcheck-core ];