guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit c87840fe823cf43eb24529adf0c46c5c43d3baab Author: Wilko Meyer <[email protected]> AuthorDate: Mon Feb 16 19:38:55 2026 +0100 gnu: linux-libre 6.12: Update to 6.12.73. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.73. (linux-libre-6.12-pristine-source): Update hash. Change-Id: I0003de67c01c54eb33071735605a4606be470fbc Signed-off-by: Vagrant Cascadian <[email protected]> --- 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 84e4dea204..a24158c1c6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -549,7 +549,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.71") +(define-public linux-libre-6.12-version "6.12.73") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -559,7 +559,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1wyfggr9q0f10yr3nxsvx3nd3wscp5145fgxw0ps0b09ckcyr2mi"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0016n39d5w905293b7993zabwmgdkf0papmaa4dq67y4dk3qnghl"))) + (hash (base32 "1fj1ggpp19vjk80wbv0l9sn0ji0cm2wf0dvdyf6m9sgqrfad6na0"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12)))
