From 805dccf8feed03751f3ae6b72156ae8f25b8b949 Mon Sep 17 00:00:00 2001 From: Wilko Meyer Date: Sat, 4 Apr 2026 16:08:11 +0200 Subject: [PATCH] gnu: linux-libre 6.12: Update to 6.12.80. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.80. (linux-libre-6.12-pristine-source): Update hash. Change-Id: Ife8bc24950b628b99900be0ed4d29fac4181f374 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 f119212de6..2cd634ad0f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -565,7 +565,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; -(define-public linux-libre-6.12-version "6.12.79") +(define-public linux-libre-6.12-version "6.12.80") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -575,7 +575,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "02vrl0m5iw4jiyhpcni2l8kcfzq279s69yagrdz5sany6cgpbyjb"))) + (hash (base32 "0lrylj87bb8ky29pbplpncrfhmgqqbq3d49iqgdwv7p7jvc929f9"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))