guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: ocaml-4.07: Inherit from ocaml-4.11


From: guix-commits
Subject: 01/05: gnu: ocaml-4.07: Inherit from ocaml-4.11
Date: Sun, 30 Aug 2020 20:14:19 -0400 (EDT)

brettgilio pushed a commit to branch wip-ocaml
in repository guix.

commit 63a61458287d6cdd44ccc0f457bff194e83ca971
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Aug 30 18:10:57 2020 -0500

    gnu: ocaml-4.07: Inherit from ocaml-4.11
    
    * gnu/packages/ocaml.scm (ocaml-4.07): Update inheritance to reflect latest
    OCaml.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f69e974..6204987 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]