summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-03-01 23:43:59 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-03-02 00:12:00 +0100
commit137b291095eff03f1c559e449cd675668f09e197 (patch)
treef2505f579f84d732913b08c4d141b2e8a090920b
parent8ee1ba81df6f0803268b6f8710b1054c107a2a70 (diff)
downloadguix-patches-137b291095eff03f1c559e449cd675668f09e197.tar
guix-patches-137b291095eff03f1c559e449cd675668f09e197.tar.gz
gnu: ocamlbuild: Update to 0.14.1.
* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.1.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 11c2586641..bb0f10c59f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -465,7 +465,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
(define-public ocamlbuild
(package
(name "ocamlbuild")
- (version "0.14.0")
+ (version "0.14.1")
(source
(origin
(method git-fetch)
@@ -474,7 +474,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1hb5mcdz4wv7sh1pj7dq9q4fgz5h3zg7frpiya6s8zd3ypwzq0kh"))))
+ (base32 "00ma0g6ajll9awp2bp303bawac8ync4k9w2a6vix0k4nw3003gb4"))))
(build-system ocaml-build-system)
(arguments
`(#:make-flags