ocamlPackages.qcheck-multicoretests-util: 0.7 -> 0.8 (#397788)

This commit is contained in:
Weijia Wang 2025-04-27 23:40:20 +02:00 committed by GitHub
commit d56c597c63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "qcheck-multicoretests-util"; pname = "qcheck-multicoretests-util";
version = "0.7"; version = "0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ocaml-multicore"; owner = "ocaml-multicore";
repo = "multicoretests"; repo = "multicoretests";
rev = version; rev = version;
hash = "sha256-taaH+hBOdiCK2HT+5OfX892/f1ozlLdd/AteapYWK9Y="; hash = "sha256-4aAukkhyxJ4EojLF+rrxSRRz4isUelcVEYNP2UYR7WY=";
}; };
propagatedBuildInputs = [ qcheck-core ]; propagatedBuildInputs = [ qcheck-core ];