summary refs log tree commit diff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-11-20 15:46:40 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-11-20 17:08:33 +0100
commit40f7eb975b2956a46e467133c6bac4a12e98cfac (patch)
tree1880ac6cde57d26fa5f0a3b5dcb27cb05977f04d
parentb0e76b0828d6b1aee225e8268634547c33f9ba8d (diff)
downloadguix-40f7eb975b2956a46e467133c6bac4a12e98cfac.tar.gz
gnu: ocaml-qtest: Update to 2.11.2.
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.11.2.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ecd64ccf20..52676b7078 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1606,7 +1606,7 @@ instances and printing them.")
 (define-public ocaml-qtest
   (package
     (name "ocaml-qtest")
-    (version "2.10.1")
+    (version "2.11.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1615,7 +1615,7 @@ instances and printing them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
+                "04ghjshh6104xyglm0db9kv90m62qla5f4bfrlndv6dsvgw3rdjl"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "tests"))