diff options
author | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:03:05 -0500 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:03:05 -0500 |
commit | f8bfd4aa4564ef7bc7570befefe99533046f5164 (patch) | |
tree | 0d646983b596ba97f8dabe723f05b3a176d289a8 | |
parent | 9f48b55252d2ea7bb33812e0438c9732c2c2322a (diff) | |
download | guix-f8bfd4aa4564ef7bc7570befefe99533046f5164.tar.gz |
gnu: ocaml: Use ocaml-4.11.
* gnu/packages/ocaml.scm (ocaml): Update reference package to ocaml-4.11.
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b23725f525..f69e974a86 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -211,7 +211,7 @@ functional, imperative and object-oriented styles of programming.") "--prefix" out "--mandir" mandir)))))))))) -(define-public ocaml ocaml-4.09) +(define-public ocaml ocaml-4.11) (define-public ocamlbuild (package |