summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-10-10 08:24:38 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-10-10 08:25:51 +0200
commit3c54b28ea364d24533fd10ed5b5d797f95df7bc3 (patch)
tree98842c6e8760b3f15252f50190e490b94907554d /gnu
parent92f575019c7cfc5fda994104c173d3a45cc649e7 (diff)
downloadguix-3c54b28ea364d24533fd10ed5b5d797f95df7bc3.tar.gz
gnu: ocamlbuild: Update to 0.14.2.
* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.2.
Diffstat (limited to 'gnu')
-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 731f7f9193..66ee91668d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -468,7 +468,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
 (define-public ocamlbuild
   (package
     (name "ocamlbuild")
-    (version "0.14.1")
+    (version "0.14.2")
     (source
      (origin
        (method git-fetch)
@@ -477,7 +477,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00ma0g6ajll9awp2bp303bawac8ync4k9w2a6vix0k4nw3003gb4"))))
+        (base32 "16q8s22msyfq66i1sbz99wj04a9x9ad95x458ixxacxsv0qqh2j0"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:make-flags