summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-21 00:32:20 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-21 00:36:48 +0100
commit680b56116a4840a281a45cb130fd45d6d3d46c56 (patch)
treeed5df0a571cd286456dbdfaea44ed85ec4017014 /etc
parentc95f5f0af7f3a2c674c17812fb2787112c84981e (diff)
downloadpatches-680b56116a4840a281a45cb130fd45d6d3d46c56.tar
patches-680b56116a4840a281a45cb130fd45d6d3d46c56.tar.gz
news: Add entry for Guile 3.0.
* etc/news.scm: Add entry for Guile 3.0.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 305d49366d..8c6f5f8a03 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -10,6 +10,14 @@
(channel-news
(version 0)
+ (entry (commit "b6bee63bed4f013064c0d902e7c8b83ed7514ade")
+ (title (en "@code{guile} package now refers to version 3.0"))
+ (body (en "The @code{guile} package has been upgraded to version 3.0
+ (instead of 2.2). The @code{guile3.0-} packages have been renamed to their
+original name, and @code{guile2.2-} variants of these packages have been
+defined. Additionally, derivations are now all built with Guile 3.0, and
+system services also run on 3.0.")))
+
(entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444")
(title (en "@command{guix pull} now supports SSH authenticated
repositories")