guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: ocaml: Switch to 4.11 by default.


From: guix-commits
Subject: 07/07: gnu: ocaml: Switch to 4.11 by default.
Date: Tue, 10 Nov 2020 10:06:17 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 0a173fe25f3040d692c15fb26dace7eace9948e4
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 16 17:07:45 2020 +0200

    gnu: ocaml: Switch to 4.11 by default.
    
    * gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.
---
 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 5a57b67..2121263 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -244,7 +244,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



reply via email to

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