guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 6c5d9f11565384506661873f2690e39fbe228e1f Author: Wilko Meyer <[email protected]> AuthorDate: Wed Mar 4 15:11:20 2026 +0100 gnu: linux-libre 6.12: Update to 6.12.75. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.75. (linux-libre-6.12-pristine-source): Update hash. (deblob-scripts-6.12): Update deblob-check hash. Change-Id: I7fc23f29ef9ce4cacd55c9aa94fd8837845bb2a3 Signed-off-by: Vagrant Cascadian <[email protected]> --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 78a344a417..120033164f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -564,17 +564,17 @@ 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.74") +(define-public linux-libre-6.12-version "6.12.75") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts linux-libre-6.12-version linux-libre-6.12-gnu-revision (base32 "168aykyvyyp34549hqhlprl0n052q8wdb2y3vyxqw40wpf2vw3ln") - (base32 "1wyfggr9q0f10yr3nxsvx3nd3wscp5145fgxw0ps0b09ckcyr2mi"))) + (base32 "1v6glxf94p9z0yq5m102jwcpyh6anpbp3h8wwff9hxlfy2wdlzzk"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0gm1mjn203gc11dqk82fkbsr96bnwcxq4sx5khc7yhwsvjqywmiv"))) + (hash (base32 "0xy1q4x18z6ghaw481hqvkmnkcgxn00nb0n4224amwbgalkpkvh6"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))
