From 4dd1f6f312219e723ee70ec85cd8f6fc98bef31c Mon Sep 17 00:00:00 2001 From: Wilko Meyer Date: Fri, 12 Jul 2024 19:22:10 +0200 Subject: gnu: linux-libre 6.9: Update to 6.9.9. * gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.9. (linux-libre-6.9-pristine-source, deblob-scripts-6.9): Update hashes. Change-Id: Id6f12a21b78acac8d24527086c1e669fc4d35baa Signed-off-by: Leo Famulari --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 142ae88dcd..c4d784428e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -512,17 +512,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.9-version "6.9.8") +(define-public linux-libre-6.9-version "6.9.9") (define-public linux-libre-6.9-gnu-revision "gnu") (define deblob-scripts-6.9 (linux-libre-deblob-scripts linux-libre-6.9-version linux-libre-6.9-gnu-revision (base32 "1izfwmk0mxikx3bblcwiyrxdd4bg9v0jsph3i8gvrpjb7kw0lhna") - (base32 "0b8hsr0s4f3hps27bmd5qj1yknhd73q4zplr4v3lmq7sr57mgly6"))) + (base32 "18vfz1fx4vjssfh1w7aqfjf91y2g34a2qnzbl9pyawa7qnqxq33n"))) (define-public linux-libre-6.9-pristine-source (let ((version linux-libre-6.9-version) - (hash (base32 "109j8f69bsvk2a61ihs3r77jv05fm4aqvih8lyf6qcc8gdxjcj7h"))) + (hash (base32 "1f8y88rif3z5lp1bq00g66fd0xs1227qlqkxd2zs6fdjgr45pq1b"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.9))) -- cgit v1.2.3