ocamlPackages.qcheck-multicoretests-util: 0.9 -> 0.11 (#449619)

This commit is contained in:
Weijia Wang
2025-10-25 21:14:16 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildDunePackage rec {
pname = "qcheck-multicoretests-util";
version = "0.9";
version = "0.11";
src = fetchFromGitHub {
owner = "ocaml-multicore";
repo = "multicoretests";
rev = version;
hash = "sha256-ekHit4MaDb6lUZzGGZ1bm7brUlUgpfIBSpsOvDSxNhw=";
hash = "sha256-QABh33C1k5AAYkOa5zDIExwwJFlhgdvSuxShJt4ESM8=";
};
propagatedBuildInputs = [ qcheck-core ];