Skip to content

Commit 62172c1

Browse files
r-ryantmvbgl
authored andcommitted
ocamlPackages.qcheck-core: 0.22 -> 0.23
1 parent 506e8f2 commit 62172c1

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/ocaml-modules/qcheck

1 file changed

+2
-2
lines changed

pkgs/development/ocaml-modules/qcheck/core.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
buildDunePackage rec {
88
pname = "qcheck-core";
9-
version = "0.22";
9+
version = "0.23";
1010

1111
minimalOCamlVersion = "4.08";
1212

1313
src = fetchFromGitHub {
1414
owner = "c-cube";
1515
repo = "qcheck";
1616
rev = "v${version}";
17-
hash = "sha256-JXnrfce/V7Bdu8uH98ZJCLjIHZoONiQ02ltFx6Fbvhg=";
17+
hash = "sha256-tH7NFpAFKOb0jXxLK+zNOIZS9TSORKXe8FuwY13iEUY=";
1818
};
1919

2020
meta = {

0 commit comments

Comments
 (0)