[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: system: Include 'guile-3.0-latest' in '%base-packages'.
From: |
guix-commits |
Subject: |
05/06: system: Include 'guile-3.0-latest' in '%base-packages'. |
Date: |
Thu, 8 Oct 2020 06:27:25 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 275b37e84c41e9bf79c1c28783352d453500e939
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 8 12:07:51 2020 +0200
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 bdb696f..3f4a006 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -690,7 +690,7 @@ of PROVENANCE-SERVICE-TYPE to its services."
(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.
- branch master updated (31113b6 -> 44e65a7), guix-commits, 2020/10/08
- 01/06: gnu: gmsh: Update to 4.6.0., guix-commits, 2020/10/08
- 02/06: doc: Improve choice of options in service examples., guix-commits, 2020/10/08
- 05/06: system: Include 'guile-3.0-latest' in '%base-packages'.,
guix-commits <=
- 04/06: doc: Clarify that guix-daemon doesn't have to be launched from the checkout., guix-commits, 2020/10/08
- 03/06: doc: Developers don't need to run "make install" in Guix., guix-commits, 2020/10/08
- 06/06: hurd-boot: Create /servers/crash., guix-commits, 2020/10/08