diff options
author | Leo Famulari <leo@famulari.name> | 2022-06-29 08:52:20 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-06-29 08:52:58 -0400 |
commit | 75c5003a4aa6a312129d6353c0b05b42f18a08b4 (patch) | |
tree | 98aa3585839c3db060f8f29756b19ff13bdee9dc | |
parent | 44f2c7c2ca5d0a275c61d5bfd9dde1205590504b (diff) | |
download | guix-75c5003a4aa6a312129d6353c0b05b42f18a08b4.tar.gz |
news: Add entry about the update of the 'linux-libre' package.
* etc/news.scm: Add entry.
-rw-r--r-- | etc/news.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 7de781db13..1bc197ff36 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -25,6 +25,13 @@ (channel-news (version 0) + (entry (commit "2ec7ab2610eb67e26dab52b671eb29e46f64ea0f") + (title + (en "Linux-libre kernel updated to 5.18")) + (body + (en "The default version of the linux-libre kernel has been + updated to the 5.18 release series."))) + (entry (commit "bdf422176739b473add66eb8cac9fdd8c654f794") (title (en "@option{-L} option of @command{guix refresh} repurposed") |