guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 85aa67ab8195787655a6757b1b3ad449fccad218 Author: Vagrant Cascadian <[email protected]> AuthorDate: Tue Mar 10 12:30:26 2026 -0700 gnu: linux-libre 6.12: Update to 6.12.76. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.76. (linux-libre-6.12-pristine-source): Update hash. --- 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 5a477ca344..30bb54269d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -564,7 +564,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> -(define-public linux-libre-6.12-version "6.12.75") +(define-public linux-libre-6.12-version "6.12.76") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -574,7 +574,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1v6glxf94p9z0yq5m102jwcpyh6anpbp3h8wwff9hxlfy2wdlzzk"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0xy1q4x18z6ghaw481hqvkmnkcgxn00nb0n4224amwbgalkpkvh6"))) + (hash (base32 "15nq7agr492b9lh57xp10hs48dx9g7k253y2lm4vvrj69j1kxd5v"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))
