guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ocaml: Use ocaml-4.11.


From: guix-commits
Subject: 02/02: gnu: ocaml: Use ocaml-4.11.
Date: Sun, 30 Aug 2020 19:03:30 -0400 (EDT)

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

commit f8bfd4aa4564ef7bc7570befefe99533046f5164
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Aug 30 18:03:05 2020 -0500

    gnu: ocaml: Use ocaml-4.11.
    
    * gnu/packages/ocaml.scm (ocaml): Update reference package to ocaml-4.11.
---
 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 b23725f..f69e974 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



reply via email to

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