gnu: ocamlbuild: Update to 0.14.2.
* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.2.
This commit is contained in:
parent
92f575019c
commit
3c54b28ea3
1 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
|
||||||
(define-public ocamlbuild
|
(define-public ocamlbuild
|
||||||
(package
|
(package
|
||||||
(name "ocamlbuild")
|
(name "ocamlbuild")
|
||||||
(version "0.14.1")
|
(version "0.14.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -477,7 +477,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00ma0g6ajll9awp2bp303bawac8ync4k9w2a6vix0k4nw3003gb4"))))
|
(base32 "16q8s22msyfq66i1sbz99wj04a9x9ad95x458ixxacxsv0qqh2j0"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue