[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: ocaml-mtime: Update to 1.4.0.
From: |
guix-commits |
Subject: |
04/08: gnu: ocaml-mtime: Update to 1.4.0. |
Date: |
Tue, 1 Mar 2022 18:12:28 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 680db2cbade414e175fe0cb5da72788172e94e1b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Mar 1 23:17:21 2022 +0100
gnu: ocaml-mtime: Update to 1.4.0.
* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.4.0.
---
gnu/packages/ocaml.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4c69452e0f..1d92a5ff38 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2114,14 +2114,14 @@ manipulate such data.")
(define-public ocaml-mtime
(package
(name "ocaml-mtime")
- (version "1.3.0")
+ (version "1.4.0")
(source (origin
(method url-fetch)
(uri (string-append
"http://erratique.ch/software/mtime/releases/"
"mtime-" version ".tbz"))
(sha256
(base32
- "0syilgk4nzscacsswnvgwqlf0n0lhs221jss8gc8z9igw2x4sgsq"))))
+ "1xy6lg52n2zynp4p164ym9j0f1b95j5n4bi5y4mbdrry9w99h32m"))))
(build-system ocaml-build-system)
(native-inputs
(list ocamlbuild opam))
@@ -2129,7 +2129,7 @@ manipulate such data.")
`(("topkg" ,ocaml-topkg)))
(arguments
`(#:tests? #f
- #:build-flags (list "build" "--with-js_of_ocaml" "false")
+ #:build-flags (list "build")
#:phases
(modify-phases %standard-phases
(delete 'configure))))
- 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 <=
- 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, 2022/03/01
- 03/08: gnu: ocaml-ounit2: Update to 2.2.6., guix-commits, 2022/03/01