Merge pull request #291116 from r-ryantm/auto-update/ocamlPackages.qcheck-multicoretests-util

ocamlPackages.qcheck-multicoretests-util: 0.2 -> 0.3
This commit is contained in:
Weijia Wang 2024-03-06 22:00:56 +01:00 committed by GitHub
commit ca77c47f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
buildDunePackage rec {
pname = "qcheck-multicoretests-util";
version = "0.2";
version = "0.3";
src = fetchFromGitHub {
owner = "ocaml-multicore";
repo = "multicoretests";
rev = version;
hash = "sha256-U1ZqfWMwpAvbPq5yp2U9YTFklT4MypzTSfNvcKJfaYE=";
hash = "sha256-0fbMDksC23jojJV+aegBoSwKf1hNzDUvDEbo31HUDoM=";
};
propagatedBuildInputs = [ qcheck-core ];