ocamlPackages.qcheck-multicoretests-util: 0.2 -> 0.3

This commit is contained in:
R. Ryantm 2024-02-24 11:26:02 +00:00
parent f63ce824cd
commit 8213444c63

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 ];