gnu: ocaml-qcheck: Update to 0.11.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.11.
This commit is contained in:
parent
07c1a10ef6
commit
9e560c185c
|
@ -1186,7 +1186,7 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
|
||||||
(define-public ocaml-qcheck
|
(define-public ocaml-qcheck
|
||||||
(package
|
(package
|
||||||
(name "ocaml-qcheck")
|
(name "ocaml-qcheck")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1195,7 +1195,7 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i7axg7vmivrkzsahyg79my584myvzxv0922k4000bdwnhzd0kzh"))))
|
(base32 "0d2wih4zxn2zm7kxd9dnf5nlp838km3vz6wv80fa3m51609fb24i"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "."))
|
`(#:test-target "."))
|
||||||
|
|
Loading…
Reference in New Issue