guix-commits
[Top][All Lists]
Advanced

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

01/04: system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.


From: Ludovic Courtès
Subject: 01/04: system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.
Date: Sat, 20 May 2017 08:41:15 -0400 (EDT)

civodul pushed a commit to branch version-0.13.0
in repository guix.

commit 429046e9dd38a8cd9e569172f2f23dce3d61cbf3
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 19 23:36:56 2017 +0200

    system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.
    
    * gnu/system.scm (%base-packages): Change GUILE-2.0 to GUILE-2.2.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index f9a0da9..2fab394 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -494,7 +494,7 @@ explicitly appear in OS."
          ;; The packages below are also in %FINAL-INPUTS, so take them from
          ;; there to avoid duplication.
          (map canonical-package
-              (list guile-2.0 bash coreutils-8.27 findutils grep sed
+              (list guile-2.2 bash coreutils-8.27 findutils grep sed
                     diffutils patch gawk tar gzip bzip2 xz lzip))))
 
 (define %default-issue



reply via email to

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