ocamlPackages.qcheck-core: 0.27 -> 0.91 (#423906)

This commit is contained in:
Vincent Laporte
2025-12-29 10:50:00 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildDunePackage (finalAttrs: {
pname = "qcheck-core";
version = "0.27";
version = "0.91";
src = fetchFromGitHub {
owner = "c-cube";
repo = "qcheck";
tag = "v${finalAttrs.version}";
hash = "sha256-UfBfFVSvDeVPUakj2GQCRy5G5IZBxrgdceYtj+VAYbg=";
hash = "sha256-ToF+bRbiq1P5YaGOKiW//onJDhxaxmnaz9/JbJ82OWM=";
};
doCheck = true;