diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-01-20 23:37:24 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-01-21 01:11:31 +0100 |
commit | 73e01ae45605b5f0d3c37606259fa125a93f9754 (patch) | |
tree | e205ff61f02a59825946c8312d49ab132c23085c /gnu/packages/ocaml.scm | |
parent | 795cf2a3b57c73eeec0fe853dbf47e140e44ff56 (diff) | |
download | guix-73e01ae45605b5f0d3c37606259fa125a93f9754.tar guix-73e01ae45605b5f0d3c37606259fa125a93f9754.tar.gz |
gnu: ocaml-qtest. Update to 2.10.1.
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.10.1.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3beead8fd0..acea1fe396 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1176,7 +1176,7 @@ instances and printing them.") (define-public ocaml-qtest (package (name "ocaml-qtest") - (version "2.9") + (version "2.10.1") (source (origin (method git-fetch) (uri (git-reference @@ -1185,7 +1185,7 @@ instances and printing them.") (file-name (git-file-name name version)) (sha256 (base32 - "1ifxc8jndwah82g5k8xaa7jskbv866j4zpd0w41f0pskg4y0z9g1")))) + "0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29")))) (build-system dune-build-system) (arguments `(#:jbuild? #t |