guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: 01/01: system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.
Date: Fri, 19 May 2017 17:39:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b55dd31660934b9eca1862e4015e72ab8360aeb1
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 5bd6017..0076f2f 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -502,7 +502,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]