guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 03fd550539a3ac863787603b1c7b6a7f362c8f35 Author: Vagrant Cascadian <[email protected]> AuthorDate: Mon Aug 31 12:16:52 2026 -0700 gnu: linux-libre 7.2: Update to 7.2.2. * gnu/packages/linux.scm (linux-libre-7.2-version): Update to 7.2.2. (linux-libre-7.1-pristine-source): Update hash. --- gnu/packages/linux.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 38b4ebb34c..0f7d9f86e9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -589,9 +589,10 @@ GEXP)." "linux-" version ".tar.xz")) (sha256 hash))) -;; The current "mainline" kernel. +;; The current "stable" kernels. That is, the most recently released major +;; versions that are still supported upstream. -(define-public linux-libre-7.2-version "7.2") +(define-public linux-libre-7.2-version "7.2.2") (define-public linux-libre-7.2-gnu-revision "gnu") (define deblob-scripts-7.2 (linux-libre-deblob-scripts @@ -601,14 +602,11 @@ GEXP)." (base32 "173ixshdiwbka7hzaxjmfxc44bjjjhigig8appbwd2ml4hmliaww"))) (define-public linux-libre-7.2-pristine-source (let ((version linux-libre-7.2-version) - (hash (base32 "1cq2jj1g06gav6xvbxfb1l5jlp43b52ffjvg08ckix8d9k8z7zpr"))) + (hash (base32 "10qd3kllldrw6gbp0wfziy94bgjr98svzzqci3z3xi4q9zhpq3kx"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-7.2))) -;; The current "stable" kernels. That is, the most recently released major -;; versions that are still supported upstream. - (define-public linux-libre-7.1-version "7.1.10") (define-public linux-libre-7.1-gnu-revision "gnu") (define deblob-scripts-7.1
