guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit 2ee459194ca03d826d6308e846636c847c80d6fa Author: Leo Famulari <[email protected]> AuthorDate: Fri Aug 15 15:02:22 2025 -0400 gnu: linux-libre: Update to 6.15.10. * gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.10. (linux-libre-6.15-pristine-source, deblob-scripts-6.15): Update hashes. Change-Id: I38cba6bd2a71c452e6db3cd44492164aa84da4e3 --- 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 dedc4b1665..79f6c5bd69 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -514,17 +514,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.15-version "6.15.9") +(define-public linux-libre-6.15-version "6.15.10") (define-public linux-libre-6.15-gnu-revision "gnu") (define deblob-scripts-6.15 (linux-libre-deblob-scripts linux-libre-6.15-version linux-libre-6.15-gnu-revision (base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd") - (base32 "1dgdrdgzjn2lqw2x7slpkka1x1mgvzy56jhvbfvypzfgs3lpiqhi"))) + (base32 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67"))) (define-public linux-libre-6.15-pristine-source (let ((version linux-libre-6.15-version) - (hash (base32 "0zcma8ycdwwzd4yci9752acsv85wh27lahclh5x2yc4jakw3lkz9"))) + (hash (base32 "01pxk3cnil1wbysp4s6ybh5djskxzf9llmk1qy7zfr2l4mwnbkd4"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.15)))
