diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-06-29 10:27:31 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-06-29 10:50:19 +0200 |
commit | cc51f567884b5483fcf499214d8a6f98edb3e8e3 (patch) | |
tree | 08426f10dd403a03a6a7c0388b9a510d6d2f2365 /etc/news.scm | |
parent | a46908620fac09bd8ccd0f587a27e86035d3b1d7 (diff) | |
download | guix-cc51f567884b5483fcf499214d8a6f98edb3e8e3.tar.gz guix-cc51f567884b5483fcf499214d8a6f98edb3e8e3.zip |
news: Add entry for stumpwm:lib removal.
* etc/news.scm: Add entry.
Change-Id: Iff23c3f1d251cd23b0227b09eb1f05614b132dfb
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index a92ce97185..40fbec8c07 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -23,6 +23,7 @@ ;; Copyright © 2024 Hilton Chain <hako@ultrarare.space> ;; Copyright © 2024 Liliana Marie Prikler <liliana.prikler@gmail.com> ;; Copyright © 2024 Vivien Kraus <vivien@planete-kraus.eu> +;; Copyright © 2024 Guillaume Le Vaillant <glv@posteo.net> ;; ;; Copying and distribution of this file, with or without modification, are ;; permitted in any medium without royalty provided the copyright notice and @@ -31,6 +32,20 @@ (channel-news (version 0) + (entry (commit "a46908620fac09bd8ccd0f587a27e86035d3b1d7") + (title + (en "@code{stumpwm:lib} removed") + (fr "@code{stumpwm:lib} supprimé")) + (body + (en "The @code{lib} output of the @code{stumpwm} package has been +removed. If you have some personal package definitions depending on +@code{stumpwm:lib}, they should be updated to depend on @code{stumpwm} +instead.") + (fr "La sortie @code{lib} du paquet @code{stumpwm} a été supprimée. +Si vous avez des définitions de paquets personnels dépendantes de +@code{stumpwm:lib}, elle doivent être modifiées pour dépendre de +@code{stumpwm} à la place."))) + (entry (commit "6fad0fd1c32db2cb25447b694f08d5c7836536ad") (title (en "Linux-libre 6.8 removed due to end of upstream support") |