guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: news: Tie the latest news entry to a later commit


From: guix-commits
Subject: branch master updated: news: Tie the latest news entry to a later commit.
Date: Thu, 30 Dec 2021 08:09:59 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1cfb8be3a1 news: Tie the latest news entry to a later commit.
1cfb8be3a1 is described below

commit 1cfb8be3a1df432fbb78a3fcfdc0a0b4700059da
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 30 13:54:21 2021 +0100

    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.
---
 etc/news.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]