gnu: ocaml-mtime: Update to 1.4.0.
* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.4.0.
parent
daa37bdec5
commit
680db2cbad
|
@ -2114,14 +2114,14 @@ manipulate such data.")
|
||||||
(define-public ocaml-mtime
|
(define-public ocaml-mtime
|
||||||
(package
|
(package
|
||||||
(name "ocaml-mtime")
|
(name "ocaml-mtime")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/mtime/releases/"
|
(uri (string-append "http://erratique.ch/software/mtime/releases/"
|
||||||
"mtime-" version ".tbz"))
|
"mtime-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0syilgk4nzscacsswnvgwqlf0n0lhs221jss8gc8z9igw2x4sgsq"))))
|
"1xy6lg52n2zynp4p164ym9j0f1b95j5n4bi5y4mbdrry9w99h32m"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ocamlbuild opam))
|
(list ocamlbuild opam))
|
||||||
|
@ -2129,7 +2129,7 @@ manipulate such data.")
|
||||||
`(("topkg" ,ocaml-topkg)))
|
`(("topkg" ,ocaml-topkg)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:build-flags (list "build" "--with-js_of_ocaml" "false")
|
#:build-flags (list "build")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
|
Reference in New Issue