diff options
author | Leo Famulari <leo@famulari.name> | 2022-04-20 22:27:36 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-04-23 13:45:46 -0400 |
commit | 59b91fdbcd7e1a88d1d54d392ce5d5fddd9d96d1 (patch) | |
tree | 26c03c3aba06813ef08ebdbb266c7a6816a13406 /etc | |
parent | b6b2de2a0d52530bc1ee128c61580bed662ee15c (diff) | |
download | guix-59b91fdbcd7e1a88d1d54d392ce5d5fddd9d96d1.tar.gz |
news: Add entry about the update of the 'linux-libre' package.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index fa1b76adcf..35f5d13344 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -25,6 +25,12 @@ (channel-news (version 0) + (entry (commit "be74fb7288c86a6a2245b7e35b57dde88db8a4e4") + (title (en "Linux-libre kernel updated to 5.17")) + (body + (en "The default version of the linux-libre kernel has been + updated to the 5.17 release series."))) + (entry (commit "c42b7baf13c7633b4512e94da7445299c57b247d") (title (en "New @option{--export-manifest} option for @command{guix shell}") |