[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: ocaml-qcheck: Update to 0.10.
From: |
guix-commits |
Subject: |
04/13: gnu: ocaml-qcheck: Update to 0.10. |
Date: |
Tue, 3 Sep 2019 17:35:12 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit ab68604e5fdbf6e8731cba3049109bd53ba2c440
Author: Julien Lepiller <address@hidden>
Date: Tue Sep 3 21:12:28 2019 +0200
gnu: ocaml-qcheck: Update to 0.10.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.10.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5921d4e..6176a3b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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 "."))
- branch master updated (948c700 -> 1fe01b7), guix-commits, 2019/09/03
- 04/13: gnu: ocaml-qcheck: Update to 0.10.,
guix-commits <=
- 02/13: gnu: ocaml-cppo: Update to 1.6.6., guix-commits, 2019/09/03
- 07/13: gnu: ocaml-result: Update to 1.4., guix-commits, 2019/09/03
- 08/13: gnu: ocaml-zarith: Update to 1.9.1., guix-commits, 2019/09/03
- 10/13: gnu: Add ocaml-charinfo-width., guix-commits, 2019/09/03
- 11/13: gnu: Add ocaml-stdlib-shims., guix-commits, 2019/09/03
- 01/13: gnu: ocaml-batteries: Update to 2.10.0., guix-commits, 2019/09/03
- 03/13: gnu: ocaml-migrate-parsetree: Update to 1.4.0., guix-commits, 2019/09/03
- 09/13: gnu: ocaml-camomile: Update to 1.0.2., guix-commits, 2019/09/03
- 06/13: gnu: ocaml-odoc: Update to 1.4.1., guix-commits, 2019/09/03
- 05/13: gnu: dune: Update to 1.11.3., guix-commits, 2019/09/03