From 7ca7dd0d1e99663b1018ea4e0dc9a3976d8a5aa5 Mon Sep 17 00:00:00 2001 From: Wilko Meyer Date: Mon, 20 Apr 2026 20:16:01 +0200 Subject: [PATCH] gnu: linux-libre 5.15: Update to 5.15.203. * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.203. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I51a06b5dc01615f62448e266961aa9dc02e2f11f Signed-off-by: Vagrant Cascadian --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4e27108bb0f..424f1892dab 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -611,7 +611,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-5.15-version "5.15.202") +(define-public linux-libre-5.15-version "5.15.203") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -621,7 +621,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "1m6d53qx1ah4jwpa8hwjdmq0jn2hf7xmz1li6rwpdqjp97vvvh8b"))) + (hash (base32 "0r6w6glfpzp6qz0kbxzpmabxwgw1y5k9a407lj98gsap5bcfgsqb"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15)))