gnu: ocaml-qtest. Update to 2.10.1.

* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.10.1.
This commit is contained in:
Julien Lepiller 2020-01-20 23:37:24 +01:00
parent 795cf2a3b5
commit 73e01ae456
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -1176,7 +1176,7 @@ (define-public ocaml-qcheck
(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 @@ (define-public ocaml-qtest
(file-name (git-file-name name version))
(sha256
(base32
"1ifxc8jndwah82g5k8xaa7jskbv866j4zpd0w41f0pskg4y0z9g1"))))
"0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
(build-system dune-build-system)
(arguments
`(#:jbuild? #t