mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Update ocaml-qcheck to 0.20.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.20. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
17f5a0da47
commit
fdf2b2e459
1 changed files with 3 additions and 3 deletions
|
@ -1688,7 +1688,7 @@ archive(native) = \"frontc.cmxa\""))))
|
||||||
(define-public ocaml-qcheck
|
(define-public ocaml-qcheck
|
||||||
(package
|
(package
|
||||||
(name "ocaml-qcheck")
|
(name "ocaml-qcheck")
|
||||||
(version "0.18.1")
|
(version "0.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1697,12 +1697,12 @@ archive(native) = \"frontc.cmxa\""))))
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g3r8lrw6fsdphgpnp08saxyxk1vd3chpmb564ir2qnsp716vz6z"))))
|
(base32 "1r0m5p1dd06lbgfxqdpl1ya4vb8252z7hqkvdi9k444g4rx2ay3p"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "."))
|
`(#:test-target "."))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-alcotest ocaml-ounit))
|
(list ocaml-alcotest ocaml-ounit ocaml-ppxlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ocamlbuild))
|
(list ocamlbuild))
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-qcheck))))
|
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-qcheck))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue