aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/qcheck/core.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/qcheck/core.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/qcheck/core.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/qcheck/core.nix b/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/qcheck/core.nix
index 03de70237a46..e1b3503b5418 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/qcheck/core.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/qcheck/core.nix
@@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "qcheck-core";
- version = "0.16";
+ version = "0.17";
useDune2 = true;
@@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "qcheck";
rev = version;
- sha256 = "1s5dpqj8zvd3wr2w3fp4wb6yc57snjpxzzfv9fb6l9qgigswwjdr";
+ sha256 = "0qfyqhfg98spmfci9z6f527a16gwjnx2lrbbgw67p37ys5acrfar";
};
meta = {