diff options
author | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:10:57 -0500 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:10:57 -0500 |
commit | 63a61458287d6cdd44ccc0f457bff194e83ca971 (patch) | |
tree | 1a7eaa9cee909014900a562543c736fd80faa5ed | |
parent | f8bfd4aa4564ef7bc7570befefe99533046f5164 (diff) | |
download | guix-63a61458287d6cdd44ccc0f457bff194e83ca971.tar.gz |
gnu: ocaml-4.07: Inherit from ocaml-4.11
* gnu/packages/ocaml.scm (ocaml-4.07): Update inheritance to reflect latest OCaml.
-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 f69e974a86..6204987c95 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -186,7 +186,7 @@ functional, imperative and object-oriented styles of programming.") (define-public ocaml-4.07 (package - (inherit ocaml-4.09) + (inherit ocaml-4.11) (version "4.07.1") (source (origin (method url-fetch) |