[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: ocaml-bindlib: Update to 6.0.0.
From: |
guix-commits |
Subject: |
02/08: gnu: ocaml-bindlib: Update to 6.0.0. |
Date: |
Tue, 1 Mar 2022 18:12:28 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 4709a7bb86bd58499e15fbc511c82ae9a32a4037
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Mar 1 22:51:21 2022 +0100
gnu: ocaml-bindlib: Update to 6.0.0.
* gnu/packages/ocaml.scm (ocaml-bindlib): Update to 6.0.0.
---
gnu/packages/ocaml.scm | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index bc5d6d4956..bbcb6d887d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4559,30 +4559,20 @@ collection.")
(define-public ocaml-bindlib
(package
(name "ocaml-bindlib")
- (version "5.0.1")
+ (version "6.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rlepigre/ocaml-bindlib")
- (commit (string-append "ocaml-bindlib_" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "1f8kr81w8vsi4gv61xn1qbc6zrzkjp8l9ix0942vjh4gjxc74v75"))))
- (build-system ocaml-build-system)
+ "1viyws3igy49hfaj4jaiwm4iggck9zdn7r3g6kh1n4zxphqk57yk"))))
+ (build-system dune-build-system)
(arguments
- `(#:tests? #f ;no tests
- #:use-make? #t
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)
- (replace 'build
- (lambda _
- (invoke "make")))
- (replace 'install
- (lambda _
- (invoke "make" "install"))))))
+ `(#:test-target "."))
(native-inputs
(list ocamlbuild ocaml-findlib))
(home-page "https://rlepigre.github.io/ocaml-bindlib/")
- branch master updated (6693ff0569 -> 96242758e0), guix-commits, 2022/03/01
- 05/08: gnu: ocaml-menhir: Update to 20220210., guix-commits, 2022/03/01
- 04/08: gnu: ocaml-mtime: Update to 1.4.0., guix-commits, 2022/03/01
- 07/08: gnu: ocaml-lambda-term: Update to 3.2.0., guix-commits, 2022/03/01
- 06/08: gnu: ocamlbuild: Update to 0.14.1., guix-commits, 2022/03/01
- 08/08: gnu: ocaml-mmap: Update to 1.2.0., guix-commits, 2022/03/01
- 01/08: gnu: ocaml-bisect-ppx: Update to 2.8.0., guix-commits, 2022/03/01
- 02/08: gnu: ocaml-bindlib: Update to 6.0.0.,
guix-commits <=
- 03/08: gnu: ocaml-ounit2: Update to 2.2.6., guix-commits, 2022/03/01