diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-22 01:09:14 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-22 01:09:14 +0200 |
commit | 9044b086ddca64a62966a83cbf1b82d32dece89e (patch) | |
tree | 2c7f910c9100b2f2a752d07fe0ec44be83fb7600 /etc/news.scm | |
parent | 5dfc6ab1ab292b87ceea144aa661d0e64c834031 (diff) | |
parent | abea091dbef2d44e6eb46bd2413bdf917e14d095 (diff) | |
download | guix-9044b086ddca64a62966a83cbf1b82d32dece89e.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 7de781db13..039a3c21ad 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -25,6 +25,16 @@ (channel-news (version 0) + (entry (commit "2ec7ab2610eb67e26dab52b671eb29e46f64ea0f") + (title + (en "Linux-libre kernel updated to 5.18") + (de "Linux-libre-Kernel wird auf 5.18 aktualisiert")) + (body + (en "The default version of the linux-libre kernel has been + updated to the 5.18 release series.") + (de "Der standardmäßig verwendete @code{linux-libre}-Kernel basiert +jetzt auf der 5.18-Versionsreihe."))) + (entry (commit "bdf422176739b473add66eb8cac9fdd8c654f794") (title (en "@option{-L} option of @command{guix refresh} repurposed") |