ocamlPackages.qcheck-core: 0.27 -> 0.91 (#423906)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user