guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit ab335131ca8ca64b7cb6c5ac5c2e01500ef194a4 Author: Leo Famulari <l...@famulari.name> AuthorDate: Thu Jun 5 14:37:36 2025 -0400 gnu: linux-libre: Update to 6.14.10. * gnu/packages/linux.scm (linux-libre-6.14-version): Update to 6.14.10. (linux-libre-6.14-pristine-source): Update hash. Change-Id: I247f3d52d3e3b50374ae0a1cc6dcc62d91479119 --- 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 ccf0567827..e64f81ead0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -513,7 +513,7 @@ 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.14-version "6.14.9") +(define-public linux-libre-6.14-version "6.14.10") (define-public linux-libre-6.14-gnu-revision "gnu") (define deblob-scripts-6.14 (linux-libre-deblob-scripts @@ -523,7 +523,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "14vabccax7mq5gisshlnx2ljx3hr4jj106aw3s9qx5dxbjvr7qcw"))) (define-public linux-libre-6.14-pristine-source (let ((version linux-libre-6.14-version) - (hash (base32 "0qgkr69745al6nf4wicxq284xnsmxybh29r7hjh2b6bi6bhds31r"))) + (hash (base32 "0hzylab1gh791qpi5albv5wcjz0m7hrs4k7f6bw24k77xb7rg2yy"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.14)))