diff mbox series

[bug#71621] etc/news.scm: Fix commit hash.

Message ID ee1f6330452fd909a00d4d50cac4d10592a17b44.1718662731.git.w@wmeyer.eu
State New
Headers show
Series [bug#71621] etc/news.scm: Fix commit hash. | expand

Commit Message

Wilko Meyer June 17, 2024, 10:18 p.m. UTC
* etc/news.scm: Fix referenced commit hash for linux-libre 6.8 removal notice.
---
Hi Leo,

Noticed that the commit hash of the removal commit for 6.8 had
changed, so the news entry is referring to a commit that exists
locally on my machine but not upstream. I updated it accordingly to
what hash it has upstream.

 etc/news.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 71c678a16aae416298a0e3fa322b425315bb7b00

Comments

Wilko Meyer June 17, 2024, 10:32 p.m. UTC | #1
Closed as cdd265b7bf1f72ea679fd9a020c9401a3c269fd8 already fixes this.
Leo Famulari June 17, 2024, 11:03 p.m. UTC | #2
Oops! I even deliberately adjusted the hash in this commit, but somehow
I still screwed it up. Sorry!
diff mbox series

Patch

diff --git a/etc/news.scm b/etc/news.scm
index b5f342fcd4..a92ce97185 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -31,7 +31,7 @@ 
 (channel-news
  (version 0)
 
- (entry (commit "8511ea597bcf1d1452ef617023c90fdd038b722e")
+ (entry (commit "6fad0fd1c32db2cb25447b694f08d5c7836536ad")
         (title
           (en "Linux-libre 6.8 removed due to end of upstream support")
           (de "Linux-libre 6.8 wurde entfernt"))