gexp: Change default Guile effective version to 3.0.

This is a followup to b6bee63bed.

* guix/gexp.scm (lower-gexp, gexp->derivation): #:effective-version
defaults to "3.0".
This commit is contained in:
Ludovic Courtès 2020-03-17 15:32:36 +01:00
parent 4e6c9f56b5
commit 2bc1a400ae
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -785,7 +785,7 @@ (define* (lower-gexp exp
(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 @@ (define* (gexp->derivation name exp
(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