gnu: ocaml-qcheck: Update to 0.10.

* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.10.
master
Julien Lepiller 2019-09-03 21:12:28 +02:00
parent 8cc6a876bd
commit ab68604e5f
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -1186,7 +1186,7 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
(define-public ocaml-qcheck
(package
(name "ocaml-qcheck")
(version "0.9")
(version "0.10")
(source
(origin
(method git-fetch)
@ -1195,7 +1195,7 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0w83v9ylycsssyn47q8wnkfbvhn5vn10z6i35n5965i2m1r0mmcf"))))
(base32 "1i7axg7vmivrkzsahyg79my584myvzxv0922k4000bdwnhzd0kzh"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))