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.
This commit is contained in:
		
							parent
							
								
									41fa164aa0
								
							
						
					
					
						commit
						b55dd31660
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -502,7 +502,7 @@ explicitly appear in OS." | ||||||
|          ;; The packages below are also in %FINAL-INPUTS, so take them from |          ;; The packages below are also in %FINAL-INPUTS, so take them from | ||||||
|          ;; there to avoid duplication. |          ;; there to avoid duplication. | ||||||
|          (map canonical-package |          (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)))) |                     diffutils patch gawk tar gzip bzip2 xz lzip)))) | ||||||
| 
 | 
 | ||||||
| (define %default-issue | (define %default-issue | ||||||
|  |  | ||||||
		Reference in a new issue