guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.

commit ad4a905a33a1f773a6580440e555322ae6e4f3d0
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Sep 2 10:54:25 2026 -0700

    gnu: linux-libre 7.2: Update to 7.2.3.
    
    * gnu/packages/linux.scm (linux-libre-7.2-version): Update to 7.2.3.
    (linux-libre-7.2-pristine-source): Update hash.
---
 gnu/packages/linux.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b8f0d435d7..ba98aab129 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.3")
 (define-public linux-libre-7.2-gnu-revision "gnu")
 (define deblob-scripts-7.2
   (linux-libre-deblob-scripts
@@ -601,7 +602,7 @@ GEXP)."
    (base32 "173ixshdiwbka7hzaxjmfxc44bjjjhigig8appbwd2ml4hmliaww")))
 (define-public linux-libre-7.2-pristine-source
   (let ((version linux-libre-7.2-version)
-        (hash (base32 "1cq2jj1g06gav6xvbxfb1l5jlp43b52ffjvg08ckix8d9k8z7zpr")))
+        (hash (base32 "00yd1rar9dxgdfx1003c9m5bs90bv6da7j2117pwcgmiwzl5k8lb")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-7.2)))

Reply via email to