gnu: ocamlbuild: Update to 0.14.1.

* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.1.
This commit is contained in:
Julien Lepiller 2022-03-01 23:43:59 +01:00
parent 8ee1ba81df
commit 137b291095
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -465,7 +465,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
(define-public ocamlbuild (define-public ocamlbuild
(package (package
(name "ocamlbuild") (name "ocamlbuild")
(version "0.14.0") (version "0.14.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -474,7 +474,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 "1hb5mcdz4wv7sh1pj7dq9q4fgz5h3zg7frpiya6s8zd3ypwzq0kh")))) (base32 "00ma0g6ajll9awp2bp303bawac8ync4k9w2a6vix0k4nw3003gb4"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags