diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-30 13:54:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-30 13:57:05 +0100 |
commit | 1cfb8be3a1df432fbb78a3fcfdc0a0b4700059da (patch) | |
tree | 3bacb3c5810280691bcc4146db2b900b9a0ab44a /etc | |
parent | 1758e94c579cdb83f8cb99e84b1816a116aed08a (diff) | |
download | guix-1cfb8be3a1df432fbb78a3fcfdc0a0b4700059da.tar.gz |
news: Tie the latest news entry to a later commit.
Using 1eb40a6 was more correct than pragmatic, as those who have upgraded their own Guix since then will not see the message urging them to upgrade the Guix they don't know about. This follows up on commit df830ef91a1ea6255b1174520a22122134978d36. * etc/news.scm: Tie latest news entry to an arbitrary later commit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/news.scm b/etc/news.scm index a1e902acbb..387e14937a 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -25,7 +25,7 @@ (channel-news (version 0) - (entry (commit "1eb40a6dc4917f5a2e915f8b31b750dba3d378c6") + (entry (commit "ea2fd313d52dc62593b478acf5c3e7ea052c45de") (title (en "@samp{integer expected from stream}? Update your Guix daemon") (nl "@samp{integer expected from stream}? Werk je Guix daemon bij")) |