From 275b37e84c41e9bf79c1c28783352d453500e939 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Thu, 8 Oct 2020 12:07:51 +0200
Subject: [PATCH] system: Include 'guile-3.0-latest' in '%base-packages'.

* gnu/system.scm (%base-packages-utils): Change GUILE-3.0 to
GUILE-3.0-LATEST.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index bdb696fe2e2..3f4a0065d0c 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -690,7 +690,7 @@ (define %base-packages-utils
  (cons* procps psmisc which
         (@ (gnu packages admin) shadow) ;for 'passwd'
 
-        guile-3.0
+        guile-3.0-latest
 
         ;; The packages below are also in %FINAL-INPUTS, so take them from
         ;; there to avoid duplication.
-- 
GitLab