Archived
1
0
Fork 0

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 @@ instances and printing them.")
(define-public ocaml-qtest (define-public ocaml-qtest
(package (package
(name "ocaml-qtest") (name "ocaml-qtest")
(version "2.9") (version "2.10.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1185,7 +1185,7 @@ instances and printing them.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ifxc8jndwah82g5k8xaa7jskbv866j4zpd0w41f0pskg4y0z9g1")))) "0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:jbuild? #t `(#:jbuild? #t