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

This commit is contained in:
R. Ryantm 2024-09-18 02:22:33 +00:00
parent f2826b18cc
commit b1c583e454

View File

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