about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/qcheck
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-22 05:52:49 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-22 05:53:22 +0200
commit09779623b4c90aa8129fdb74cd6848afc47e19d4 (patch)
tree2a348766b02d1168af1227eae5375100ac094fa0 /pkgs/development/ocaml-modules/qcheck
parentfd22d671ecad983fbbbd92c4626204f09c9af8ff (diff)
ocamlPackages.qcheck: 0.6 -> 0.7
Diffstat (limited to 'pkgs/development/ocaml-modules/qcheck')
-rw-r--r--pkgs/development/ocaml-modules/qcheck/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/qcheck/default.nix b/pkgs/development/ocaml-modules/qcheck/default.nix
index 695a751c7a948..20100a9b2eb5d 100644
--- a/pkgs/development/ocaml-modules/qcheck/default.nix
+++ b/pkgs/development/ocaml-modules/qcheck/default.nix
@@ -4,10 +4,10 @@ assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4";
 
 stdenv.mkDerivation {
 
-  name = "ocaml${ocaml.version}-qcheck-0.6";
+  name = "ocaml${ocaml.version}-qcheck-0.7";
   src = fetchzip {
-    url = https://github.com/c-cube/qcheck/archive/0.6.tar.gz;
-    sha256 = "14rlg0jh4p12sd9xagppacsbfw0239anbq5r1aqhsqxlfmzbmi1p";
+    url = https://github.com/c-cube/qcheck/archive/0.7.tar.gz;
+    sha256 = "1afy7li74r3ivpvq670gvsj1rmglh5rnvb17p6w8gy5rh30aljah";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild ounit ];