diff options
author | Ahmad Draidi via Guix-patches via <guix-patches@gnu.org> | 2024-04-08 14:22:28 +0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-04-08 18:30:15 -0400 |
commit | e34ebd7f7366a7f2742a856a86a7399e0027a25b (patch) | |
tree | 95e8b85ed45d02ecb3a81081166d13e00b659ba2 /etc/news.scm | |
parent | b4aed68e960116b2b60f68ea1468d7a526149823 (diff) | |
download | guix-e34ebd7f7366a7f2742a856a86a7399e0027a25b.tar.gz |
news: Add entry for the linux-libre-lts 6.6 update.
* etc/news.scm: Add entry. Change-Id: Ic57c76c300712e4a6053052611e6483b4d72f0c5 Signed-off-by: Leo Famulari <leo@famulari.name>
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 9443475455..c26c0eae86 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -31,6 +31,16 @@ (channel-news (version 0) + (entry (commit "b4aed68e960116b2b60f68ea1468d7a526149823") + (title + (en "Linux-libre LTS kernel updated to 6.6") + (de "Linux-libre LTS Kernel wird auf 6.6 aktualisiert")) + (body + (en "The default version of the @code{linux-libre-lts} kernel has been + updated to the 6.6 longterm release series.") + (de "Der standardmäßig verwendete @code{linux-libre-lts}-Kernel basiert + jetzt auf der 6.6-Versionsreihe (Langzeitunterstützung)."))) + (entry (commit "523f3def65ab061a87f4fc9e6f9008e6a78fafb5") (title (en "GNOME updated to version 44 with a more modular desktop service") |