We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506e8f2 commit 62172c1Copy full SHA for 62172c1
pkgs/development/ocaml-modules/qcheck/core.nix
@@ -6,15 +6,15 @@
6
7
buildDunePackage rec {
8
pname = "qcheck-core";
9
- version = "0.22";
+ version = "0.23";
10
11
minimalOCamlVersion = "4.08";
12
13
src = fetchFromGitHub {
14
owner = "c-cube";
15
repo = "qcheck";
16
rev = "v${version}";
17
- hash = "sha256-JXnrfce/V7Bdu8uH98ZJCLjIHZoONiQ02ltFx6Fbvhg=";
+ hash = "sha256-tH7NFpAFKOb0jXxLK+zNOIZS9TSORKXe8FuwY13iEUY=";
18
};
19
20
meta = {
0 commit comments