[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: ocaml-qcheck: Update to 0.9.
From: |
guix-commits |
Subject: |
01/14: gnu: ocaml-qcheck: Update to 0.9. |
Date: |
Fri, 26 Apr 2019 17:35:56 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 3f59ecfcb51c6d40bf852ecf6bfa6602704e7936
Author: Julien Lepiller <address@hidden>
Date: Fri Apr 26 22:01:34 2019 +0200
gnu: ocaml-qcheck: Update to 0.9.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.9.
---
gnu/packages/ocaml.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b735f47..2558c01 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1183,7 +1183,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.5.3.1")
+ (version "0.9")
(source
(origin
(method git-fetch)
@@ -1192,10 +1192,13 @@ 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 "0vl2asr7md99pv558nbszxvjj36b4l6rj05hyczfy524vihhl0gf"))))
- (build-system ocaml-build-system)
+ (base32 "0w83v9ylycsssyn47q8wnkfbvhn5vn10z6i35n5965i2m1r0mmcf"))))
+ (build-system dune-build-system)
+ (arguments
+ `(#:test-target "."))
(native-inputs
- `(("ounit" ,ocaml-ounit)
+ `(("ocaml-alcotest" ,ocaml-alcotest)
+ ("ocaml-ounit" ,ocaml-ounit)
("ocamlbuild" ,ocamlbuild)))
(home-page "https://github.com/c-cube/qcheck")
(synopsis "QuickCheck inspired property-based testing for OCaml")
- branch master updated (152cbc3 -> cf338cc), guix-commits, 2019/04/26
- 01/14: gnu: ocaml-qcheck: Update to 0.9.,
guix-commits <=
- 02/14: gnu: ocaml-mtime: Update to 1.1.0., guix-commits, 2019/04/26
- 03/14: gnu: ocaml-topkg: Update to 1.0.0., guix-commits, 2019/04/26
- 07/14: gnu: ocaml-ppx-derivers: Update to 1.2.1., guix-commits, 2019/04/26
- 04/14: gnu: ocaml-zarith: Update to 1.7., guix-commits, 2019/04/26
- 14/14: gnu: ocaml-migrate-parsetree: Add upstream-name., guix-commits, 2019/04/26
- 05/14: gnu: ocaml-stringext: Update to 1.5.0., guix-commits, 2019/04/26
- 12/14: gnu: ocaml-frontc: Add upstream-name., guix-commits, 2019/04/26
- 06/14: gnu: ocaml-pcre: Update to 7.4.1., guix-commits, 2019/04/26
- 08/14: gnu: ocaml-compiler-libs: Add upstream name., guix-commits, 2019/04/26
- 10/14: gnu: ocaml-lwt-log: Add upstream-name., guix-commits, 2019/04/26