guix-commits
[Top][All Lists]
Advanced

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

02/05: gexp: Change default Guile effective version to 3.0.


From: guix-commits
Subject: 02/05: gexp: Change default Guile effective version to 3.0.
Date: Tue, 17 Mar 2020 11:07:33 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 2bc1a400aea97106c5ac8237a06908408e204164
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Mar 17 15:32:36 2020 +0100

    gexp: Change default Guile effective version to 3.0.
    
    This is a followup to b6bee63bed4f013064c0d902e7c8b83ed7514ade.
    
    * guix/gexp.scm (lower-gexp, gexp->derivation): #:effective-version
    defaults to "3.0".
---
 guix/gexp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index f50104e..99390bc 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -785,7 +785,7 @@ second element is the derivation to compile them."
                      (target 'current)
                      (graft? (%graft?))
                      (guile-for-build (%guile-for-build))
-                     (effective-version "2.2")
+                     (effective-version "3.0")
 
                      deprecation-warnings)
   "*Note: This API is subject to change; use at your own risk!*
@@ -886,7 +886,7 @@ derivations--e.g., code evaluated for its side effects."
                            (modules '())
                            (module-path %load-path)
                            (guile-for-build (%guile-for-build))
-                           (effective-version "2.2")
+                           (effective-version "3.0")
                            (graft? (%graft?))
                            references-graphs
                            allowed-references disallowed-references



reply via email to

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